Small script cleanup
This commit is contained in:
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt install g++
|
- run: sudo apt install g++
|
||||||
- run: chmod +x build.sh
|
- run: chmod +x build.sh
|
||||||
- run: ./build.sh test
|
- run: ./build.sh
|
||||||
run-and-compile-windows:
|
run-and-compile-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -15,5 +15,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: x64
|
arch: x64
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: call build.bat test
|
- run: call build.bat
|
||||||
shell: cmd
|
shell: cmd
|
||||||
Reference in New Issue
Block a user