Skip to content

Commit

Permalink
use Chocolate instead of winget
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 15, 2024
1 parent 1734e39 commit 5250377
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build-dep-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ jobs:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1

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

- name: Install nasm
run: winget install -e --id NASM.NASM
#- name: Install nasm
# run: winget install -e --id NASM.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/
Expand Down

0 comments on commit 5250377

Please sign in to comment.