Skip to content

Commit

Permalink
Super user privs...
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 17, 2023
1 parent ace64c8 commit a56995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go build -v
- name: Test
run: |
apt update && apt install curl
sudo apt update && sudo apt install curl
mkdir /tmp/syntax_files && curl https://github.com/jessp01/highlight/raw/master/syntax_files/dpkg.yaml > /tmp/syntax_files
dpkg -l | ./zaje -s /tmp/syntax_files
Expand Down

0 comments on commit a56995c

Please sign in to comment.