Small script cleanup

This commit is contained in:
Krzosa Karol
2024-01-05 14:15:13 +01:00
parent cc1a90e96b
commit ea5842a454
2 changed files with 3 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install clang
- run: sudo apt install g++
- run: chmod +x build.sh
- run: ./build.sh test
run-and-compile-windows: