Skip to content

Commit

Permalink
CI/CD correction for CMakeCache.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 15, 2024
1 parent b2ab438 commit 48f14f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: Configure CMake
run: |
mkdir -p build
rm -rf build
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 48f14f2

Please sign in to comment.