Edited commands

This commit is contained in:
Aryeh 2020-11-27 12:18:40 +11:00 committed by GitHub
parent 261d9ed88a
commit f5a58f52f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make setup
run: make setup
run: mingw32-make setup
- name: make compile
run: make compile
run: mingw32-make compile
- name: make clean
run: make clean
run: mingw32-make clean
- name: make compile CXX=g++
run: make compile CXX=g++
run: mingw32-make compile CXX=g++
- name: make clean
run: make clean
run: mingw32-make clean