Skip to content

Commit

Permalink
Fix: Trying to fix Linux yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jan 23, 2024
1 parent 2ce3289 commit 5925eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linux-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- name: Create Build Directory
run: |
mkdir -p ${{github.workspace}}/Linux/build/Release/
update-alternatives --set c++ /usr/bin/clang++
apt install clang
update-alternatives --set cc /usr/bin/clang
update-alternatives --set c++ /usr/bin/clang++
cd ${{github.workspace}}/Linux/build/Release/
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Expand Down

0 comments on commit 5925eae

Please sign in to comment.