Skip to content

Commit

Permalink
enables destructive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Jan 24, 2025
1 parent d714afb commit 68818b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Set up Snapcraft
run: sudo snap install --channel stable snapcraft --classic

- name: Enable Destructive Mode
run: sudo snap set system experimental.features=destructive-mode

- 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
run: |
Expand Down

0 comments on commit 68818b6

Please sign in to comment.