Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bartpomietlo authored Sep 10, 2024
1 parent ec686c6 commit b2a9d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Configure CMake
run: |
echo "Creating build directory..."
if (Test-Path build) {
Remove-Item -Recurse -Force build
}
mkdir build
cd build
echo "Configuring CMake..."
Expand Down

0 comments on commit b2a9d80

Please sign in to comment.