Skip to content

Commit

Permalink
Nu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 17, 2023
1 parent a56995c commit a436934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: go build -v
- name: Test
run: |
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
sudo apt update && sudo apt install wget
mkdir /tmp/syntax_files && wget https://github.com/jessp01/highlight/raw/master/syntax_files/dpkg.yaml -P /tmp/syntax_files
dpkg -l | ./zaje -s /tmp/syntax_files
#- name: Test
Expand Down

0 comments on commit a436934

Please sign in to comment.