Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 10, 2024
1 parent 20c294e commit 78630da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
cache-environment: true
cache-downloads: true

- name: Create working directory
shell: bash -l {0}
run: |
mkdir build
- name: Run cmake
shell: bash -l {0}
working-directory: ./build
Expand Down

0 comments on commit 78630da

Please sign in to comment.