Skip to content

Commit

Permalink
fix: fix building error
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 19, 2025
1 parent e88d95e commit 4fde157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y musl-tools
rustup target add x86_64-unknown-linux-musl
for PACK in ic_tee_nitro_gateway ic_tee_host_daemon ic_tee_cli
for PACK in ic_tee_nitro_gateway ic_tee_host_daemon
do
cargo build --release --locked -p $PACK --target x86_64-unknown-linux-musl
cp "target/x86_64-unknown-linux-musl/release/$PACK" "out/"
Expand Down

0 comments on commit 4fde157

Please sign in to comment.