Skip to content

Commit

Permalink
fix disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk committed Jun 15, 2024
1 parent 97ea985 commit 85c65c0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
cmake -S . -B build -G "Unix Makefiles"
cmake --build build
sudo cmake --install build
# TODO(lschmid) messes with finding glog somehow

- name: Configure CMake
shell: bash
run: |
cd ${{github.workspace}}
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
# - name: Configure CMake
# shell: bash
# run: |
# cd ${{github.workspace}}
# cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

# TODO(lschmid) messes with finding glog somehow
# - name: Build
# shell: bash
# run: cmake --build ${{github.workspace}}/build
Expand Down

0 comments on commit 85c65c0

Please sign in to comment.