Skip to content

Commit

Permalink
Remove build directory creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
borchehq committed Aug 22, 2024
1 parent 4a0d1fa commit 7a3dcbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Set up CMake
run: sudo apt-get install cmake

- name: Create Build Directory
run: mkdir build

- name: Configure with CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release

Expand Down

0 comments on commit 7a3dcbf

Please sign in to comment.