Skip to content

Commit 00a7a54

Browse files
authored
Update release.yml
1 parent 33e5b3d commit 00a7a54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ jobs:
146146
147147
if [[ "$TARGET" == "x86_64-unknown-linux-musl" ]]; then
148148
FLAGS_STR="${flags[@]}"
149-
docker run -v "$PWD:/opt/revive" \
150-
-e FLAGS_STR="$FLAGS_STR" \
151-
messense/rust-musl-cross:x86_64-musl /bin/bash -c '
149+
docker run -v "$PWD:/opt/revive" messense/rust-musl-cross:x86_64-musl /bin/bash -c '
152150
cd /opt/revive
153151
rustup target add x86_64-unknown-linux-musl
154152
cargo build $FLAGS_STR

0 commit comments

Comments
 (0)