Add clang to linux workflow
This commit is contained in:
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@@ -5,6 +5,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: sudo apt install g++
|
- run: sudo apt install g++
|
||||||
|
- run: sudo apt install clang
|
||||||
- run: g++ build_tool/main.cpp -o bld && ./bld
|
- run: g++ build_tool/main.cpp -o bld && ./bld
|
||||||
run-and-compile-mac:
|
run-and-compile-mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user