We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567d32b commit cf01e96Copy full SHA for cf01e96
.github/workflows/tests.yml
@@ -14,11 +14,10 @@ jobs:
14
- name: checkout repo
15
uses: actions/checkout@v4
16
17
- - name: Install nasm and mingw (Chocolatey)
+ - name: Install gcc (Chocolatey)
18
shell: cmd
19
run: |
20
- nasm -v || choco install -y nasm
21
- gcc -v || choco install -y mingw
+ gcc --version || choco install -y mingw
22
23
- name: Set up Python
24
uses: actions/setup-python@v4
0 commit comments