Skip to content

Commit

Permalink
fix usage of cp?
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Aug 20, 2024
1 parent e2d96f8 commit 05a80f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: core-sans-a-fonts
- name: Install Fonts
run: \
cp -r core-sans-a-fonts/* /usr/local/share/fonts/core-sans-a
/bin/cp -r core-sans-a-fonts/* /usr/local/share/fonts/core-sans-a
fc-cache -f -v
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install exercise plugin
Expand Down

0 comments on commit 05a80f2

Please sign in to comment.