Skip to content

Commit

Permalink
BuildFix Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Dec 19, 2023
1 parent ec35709 commit e7e9170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Configure
working-directory: ./build
run: cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_COMPILER=/usr/lib/llvm/18/bin/clang-18 -DCMAKE_C_COMPILER=/usr/lib/llvm/18/bin/clang-18 \
-DCMAKE_CXX_COMPILER=/usr/lib/llvm/17/bin/clang-17 -DCMAKE_C_COMPILER=/usr/lib/llvm/17/bin/clang-17 \
-DOPENMIND_BUILD_SAMPLES=OFF

# - name: Install prerequisites
Expand Down

0 comments on commit e7e9170

Please sign in to comment.