diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-11-03 10:52:26 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-11-03 10:52:26 -0400 |
commit | c90d1e4bc21c97a3fa50ba16ee9e3b2a1ba9956f (patch) | |
tree | dd30558ef8e2e6be2b2ed43871c5638c4f089e11 | |
parent | 8a3b188b7b683ca2ff09abbd5f05f7388d24052a (diff) | |
download | sos-c90d1e4bc21c97a3fa50ba16ee9e3b2a1ba9956f.tar.gz |
[build] Update snap install test
Adds `--classic` to the snap installation test as part of the new GH
Action to push a new snap on `main` updates.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | .github/workflows/snap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index 68cc8a72..7671106f 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -14,7 +14,7 @@ jobs: id: build-snap # Make sure the snap is installable - run: | - sudo snap install --dangerous ${{ steps.build-snap.outputs.snap }} + sudo snap install --classic --dangerous ${{ steps.build-snap.outputs.snap }} # Do some testing with the snap - run: | sos help |