Small script cleanup

This commit is contained in:
Krzosa Karol
2024-01-05 14:16:38 +01:00
parent ea5842a454
commit cb6a88bc95

View File

@@ -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