Skip to content

Commit

Permalink
fix(ci): fix mkir -> mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jun 4, 2024
1 parent 160e457 commit 9a71255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-cpplibrary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Download and extract new release
if: steps.check_release.outputs.update_needed == 'true'
run: |
mkir -p tmp
mkdir -p tmp
curl -L "${{ steps.check_release.outputs.release_url }}" | tar -xz --strip-components=1 -C tmp
rm -rf src/slope
cp -ri tmp/src/slope src/
Expand Down

0 comments on commit 9a71255

Please sign in to comment.