Skip to content

Commit

Permalink
Update snap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Jan 26, 2025
1 parent acedd5f commit b0b1c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install snapcraft and deps
- name: Install snapcraft
run: |
sudo snap install snapcraft
sudo snap install snapcraft --classic
- name: Build the snap # Build the snap for the specified architecture in the matrix strategy above and save the snap file path to an output
id: build-snap
Expand Down

0 comments on commit b0b1c0c

Please sign in to comment.