Skip to content

Commit 184063d

Browse files
committed
sudo for apt
1 parent 610af89 commit 184063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: 'adopt'
1616
java-version: '11'
1717
- name: Install Planck
18-
run: add-apt-repository -y ppa:mfikes/planck && apt-get update -y && apt-get install -y planck
18+
run: sudo add-apt-repository -y ppa:mfikes/planck && sudo apt-get update -y && sudo apt-get install -y planck
1919
- name: Clojure CLI
2020
uses: DeLaGuardo/setup-clojure@master
2121
with:

0 commit comments

Comments
 (0)