Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvukobratTT committed Aug 15, 2024
1 parent 5a9d666 commit 7ce3e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# export CMAKE_CXX_COMPILER=/usr/bin/clang++-17
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
# export CC=/usr/bin/gcc
# export CXX=/usr/bin/g++
source env/activate
git submodule update --init --recursive -f
cmake -G Ninja -B build .
Expand Down

0 comments on commit 7ce3e64

Please sign in to comment.