Skip to content

Commit

Permalink
try installing yq with snap
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Sep 21, 2024
1 parent 97d03cb commit 9977ef9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Add yq repo
run: sudo add-apt-repository ppa:rmescandon/yq
- name: Update repo metadata
run: sudo apt update
- name: Install dependencies
run: sudo apt install -y yamllint yq python3-requests
run: sudo apt install -y yamllint python3-requests && sudo snap install yq
- name: Checkout
uses: actions/checkout@v4
- name: Generate apps list
Expand Down

0 comments on commit 9977ef9

Please sign in to comment.