Skip to content

Commit

Permalink
chore: setup nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Oct 19, 2024
1 parent a8ded97 commit 20d6c4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
AWS_LC_SYS_PREBUILT_NASM: 1
RUSTFLAGS: ${{ join(matrix.targets, '-') == 'x86_64-pc-windows-msvc' && '-C link-arg=-lstdc++' || '' }}
steps:
- name: enable windows longpaths
run: |
Expand Down Expand Up @@ -140,6 +138,10 @@ jobs:
run: |
cd ui
npm run build
- name: Setup NASM
uses: ilammy/setup-nasm@v1

- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
Expand Down

0 comments on commit 20d6c4d

Please sign in to comment.