Skip to content

Commit

Permalink
chore: set nasm env var for all build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 18, 2024
1 parent 6102f26 commit 7be5e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
AWS_LC_SYS_PREBUILT_NASM: 1
steps:
- name: enable windows longpaths
run: |
Expand Down Expand Up @@ -141,7 +142,7 @@ jobs:
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
AWS_LC_SYS_PREBUILT_NASM=1 cargo dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
cargo dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
echo "cargo dist ran successfully"
- id: cargo-dist
name: Post-build
Expand Down

0 comments on commit 7be5e70

Please sign in to comment.