Skip to content

Commit

Permalink
apt-get is a better choice than apt for scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
solanto authored Nov 7, 2024
1 parent da19f85 commit 047baff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-eleventy-fetch-cache

- name: ➕ install musescore
run: sudo apt install -y musescore
run: sudo apt-get install -y musescore

- name: ➕ install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 047baff

Please sign in to comment.