Skip to content

Commit

Permalink
install nasm to fix aws windows issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Aug 6, 2024
1 parent 0a12688 commit 78c2c2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
id: extract_version
run: echo "VERSION_NAME=${GITHUB_REF#refs/heads/release/}" >> $GITHUB_ENV

- name: Install nasm on Windows
if: matrix.target == 'x86_64-pc-windows-msvc'
run: choco install nasm

- name: Build binaries
working-directory: cli
env:
Expand Down

0 comments on commit 78c2c2b

Please sign in to comment.