Skip to content

Commit 4a467bb

Browse files
Update for new toolchain
1 parent 567d32b commit 4a467bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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
2120
gcc -v || choco install -y mingw
2221
2322
- name: Set up Python

0 commit comments

Comments
 (0)