We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3e2ad commit 16fe674Copy full SHA for 16fe674
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v3
12
- name: Install rlwrap
13
- run: apt-get install -y rlwrap
+ run: sudo apt-get install -y rlwrap
14
- name: Prepare java
15
uses: actions/setup-java@v3
16
with:
0 commit comments