Skip to content

Commit

Permalink
chore: Update yq installation method to use snap
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 authored and LinkinStars committed Jul 15, 2024
1 parent e8c6a5a commit 13c05c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Install jq
run: sudo apt-get install jq
- name: Install yq
run: sudo apt-get install yq
run: sudo snap install yq


- name: Run script
run: script/sync-info.sh
Expand Down

0 comments on commit 13c05c0

Please sign in to comment.