Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Sep 4, 2024
1 parent c5ba1af commit d02c691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
repository: raspberrypi/picotool
ref: ${{env.PICOTOOL_REF}}
path: picotool-src
submodules: recursive
submodules: recursive

- if: ${{steps.cache-picotool.outputs.cache-hit != 'true' }}
name: Build picotool
run: |
cmake -S picotool-src -B picotool-src/build -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/picotool -DPICOTOOL_FLAT_INSTALL=1
cd picotool-src/build
cd picotool-src/build
make install
- name: Checkout
Expand Down

0 comments on commit d02c691

Please sign in to comment.