Skip to content

Commit 42aeb25

Browse files
author
kip cringe
committed
rustflags
1 parent ee39877 commit 42aeb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
if: ${{ matrix.platform != 'web' }}
130130
run: |
131131
for target in ${{ matrix.targets }}; do
132-
cargo --cfg=web_sys_unstable_apis build --profile='${{ matrix.profile }}' --target="${target}" --no-default-features --features='${{ matrix.features }}'
132+
cargo build --profile='${{ matrix.profile }}' --target="${target}" --no-default-features --features='${{ matrix.features }}'
133133
mv target/"${target}"/'${{ matrix.profile }}/${{ env.BINARY }}${{ matrix.binary_ext }}' tmp/binary/"${target}"'${{ matrix.binary_ext }}'
134134
done
135135

0 commit comments

Comments
 (0)