Skip to content

Commit

Permalink
install yq manually on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed May 24, 2024
1 parent 81191c6 commit 35df2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: install-yq
run: sudo apt-get install -y yq
run: wget https://github.com/mikefarah/yq/releases/v4.44.1/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq
- id: check-update
run: ./bin/check-updates

Expand Down

0 comments on commit 35df2ec

Please sign in to comment.