Skip to content

Commit

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

0 comments on commit edcf442

Please sign in to comment.