Skip to content

Commit cf01e96

Browse files
Update github workflow for new toolchain
1 parent 567d32b commit cf01e96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
- name: checkout repo
1515
uses: actions/checkout@v4
1616

17-
- name: Install nasm and mingw (Chocolatey)
17+
- name: Install gcc (Chocolatey)
1818
shell: cmd
1919
run: |
20-
nasm -v || choco install -y nasm
21-
gcc -v || choco install -y mingw
20+
gcc --version || choco install -y mingw
2221
2322
- name: Set up Python
2423
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)