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 dab72f9 commit 7f10b3b
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 @@ -38,8 +38,8 @@ jobs:
shell: bash
run: |
git config --global --add safe.directory /__w/tt-forge/tt-forge
export CMAKE_C_COMPILER=/usr/bin/clang-17
export CMAKE_CXX_COMPILER=/usr/bin/clang++-17
# export CMAKE_C_COMPILER=/usr/bin/clang-17
# export CMAKE_CXX_COMPILER=/usr/bin/clang++-17
source env/activate
git submodule update --init --recursive -f
cmake -G Ninja -B build .
Expand Down

0 comments on commit 7f10b3b

Please sign in to comment.