Skip to content

Commit

Permalink
try to use winget
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 4, 2024
1 parent edcf442 commit 269758c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: build on windows
if: runner.os == 'windows'
run: |
pacman --noconfirm -S nasm
# pacman --noconfirm -S nasm
winget insatll nasm
make clean
make
go test -v ./bls

0 comments on commit 269758c

Please sign in to comment.