We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c020cdc commit 516e9afCopy full SHA for 516e9af
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Install tar (if necessary)
18
- run: sudo apt-get update && sudo apt-get install -y tar
+ run: apt-get update && apt-get install -y tar
19
20
- name: Check out code
21
uses: actions/checkout@v2
0 commit comments