Add clang to linux workflow

This commit is contained in:
Krzosa Karol
2024-01-27 21:47:25 +01:00
parent 46b3ac4007
commit 6e7438e19b

View File

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