Skip to content

Commit

Permalink
add uses nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 15, 2024
1 parent 5250377 commit 8c8bec6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-dep-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,26 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/setup-nasm@v1

#- name: Install winget
# uses: Cyberboss/install-winget@v1

#- name: Install nasm
# run: winget install -e --id NASM.NASM
#- name: Download nasm
# uses: https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/win64/nasm-2.16.01-win64.zip

- name: Choco install nasm
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install nasm
#- name: Choco install nasm
# uses: crazy-max/ghaction-chocolatey@v3
# with:
# args: install nasm

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

- name: Archive prebuilt g2o
- name: Archive prebuilt openssl windows
uses: actions/upload-artifact@v3
with:
name: prebuilt-openssl-windows
Expand Down

0 comments on commit 8c8bec6

Please sign in to comment.