Skip to content

Commit 197b7c0

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-musl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ 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+
echo $flags
141+
echo ${flags[@]}
140142
cargo build ${flags[@]}
141143
"
142144
else

0 commit comments

Comments
 (0)