Skip to content

Commit f458a05

Browse files
author
Mladen Rusev
committed
add sudo
1 parent 1080798 commit f458a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Smallstep CLI (step)
100100
run: |
101101
curl -LO https://github.com/smallstep/cli/releases/latest/download/step-cli_amd64.deb
102-
apt-get install ./step-cli_amd64.deb
102+
sudo apt-get install ./step-cli_amd64.deb
103103
104104
- id: go-version
105105
run: |

0 commit comments

Comments
 (0)