We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee39877 commit 42aeb25Copy full SHA for 42aeb25
.github/workflows/release.yaml
@@ -129,7 +129,7 @@ jobs:
129
if: ${{ matrix.platform != 'web' }}
130
run: |
131
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 }}'
+ cargo build --profile='${{ matrix.profile }}' --target="${target}" --no-default-features --features='${{ matrix.features }}'
133
mv target/"${target}"/'${{ matrix.profile }}/${{ env.BINARY }}${{ matrix.binary_ext }}' tmp/binary/"${target}"'${{ matrix.binary_ext }}'
134
done
135
0 commit comments