Skip to content

Commit

Permalink
Creating the directory shouldn't be necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 20, 2023
1 parent ce20063 commit 824e56b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
submodules: recursive
- name: Compile Debug Configuration
run: |
cmake --version
mkdir build
cmake -B build -S .
cmake --build build --config Debug --parallel 4
- name: Test Debug Configuration
Expand Down

0 comments on commit 824e56b

Please sign in to comment.