We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610af89 commit 184063dCopy full SHA for 184063d
.github/workflows/test-and-snapshot.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: 'adopt'
16
java-version: '11'
17
- name: Install Planck
18
- 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
19
- name: Clojure CLI
20
uses: DeLaGuardo/setup-clojure@master
21
with:
0 commit comments