Fix actions
This commit is contained in:
8
.github/workflows/run-tests.yml
vendored
8
.github/workflows/run-tests.yml
vendored
@@ -5,7 +5,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt install g++
|
||||
- run: g++ build_main.cpp -o bld && ./bld
|
||||
- run: g++ code/build_main.cpp -o bld && ./bld
|
||||
run-and-compile-mac:
|
||||
runs-on: mac-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: brew install llvm
|
||||
- run: clang++ code/build_main.cpp -o bld && ./bld
|
||||
run-and-compile-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user