We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1184b commit fca2d19Copy full SHA for fca2d19
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/checkout@v4
44
45
- name: install packages
46
- run: choco install nasm x86_64-elf-gcc
+ run: choco install nasm mingw
47
48
- name: build
49
run: sh ./build.sh
0 commit comments