Skip to content

Commit

Permalink
sudo for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Sep 30, 2023
1 parent 610af89 commit 184063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: 'adopt'
java-version: '11'
- name: Install Planck
run: add-apt-repository -y ppa:mfikes/planck && apt-get update -y && apt-get install -y planck
run: sudo add-apt-repository -y ppa:mfikes/planck && sudo apt-get update -y && sudo apt-get install -y planck
- name: Clojure CLI
uses: DeLaGuardo/setup-clojure@master
with:
Expand Down

0 comments on commit 184063d

Please sign in to comment.