Skip to content

Commit

Permalink
Add wget in arch runners to support stddoc
Browse files Browse the repository at this point in the history
  • Loading branch information
finwo committed Feb 29, 2024
1 parent 238ea94 commit fefd964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

install: |
apt-get update -yq
apt-get install -yq build-essential
apt-get install -yq build-essential wget
wget https://github.com/finwo/stddoc.c/releases/download/edge/stddoc-lin-${{ matrix.arch }} -o /usr/local/bin/stddoc
chmod +x /usr/local/bin/stddoc
Expand Down

0 comments on commit fefd964

Please sign in to comment.