Skip to content

Commit 067c54f

Browse files
authored
Update release-musl.yml
1 parent e59e6ad commit 067c54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
docker run -v $PWD:/opt/revive messense/rust-musl-cross:x86_64-musl /bin/bash -c "
138138
cd /opt/revive
139139
rustup target add x86_64-unknown-linux-musl
140-
cargo build "${flags[@]}"
140+
cargo build ${flags[@]}
141141
"
142142
else
143143
cargo build "${flags[@]}"

0 commit comments

Comments
 (0)