Skip to content

Commit

Permalink
Use cmake to create the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
benvenutti committed Aug 25, 2024
1 parent 5125428 commit 577d1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: continuous-integration

on: [push]

Expand All @@ -21,7 +21,7 @@ jobs:
target: 'desktop'

- name: Create build directory
run: mkdir build
run: cmake -E make_directory ${{github.workspace}}/build

- name: Configure
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 577d1a5

Please sign in to comment.