Skip to content

Commit

Permalink
add nasm for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 15, 2024
1 parent 57bb8bd commit 831d382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-dep-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1

- name: Install nasm
run: winget install -e --id NASM.NASM

- name: Run build script
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: ./build_openssl_for_win64.bat
Expand Down

0 comments on commit 831d382

Please sign in to comment.