Install one snap at a time

This commit is contained in:
Micah Lee 2022-04-03 20:29:55 -07:00
parent 61db951789
commit cc11737a75
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -221,7 +221,11 @@ jobs:
- checkout
- run:
name: Install extra snaps
command: sudo snap install core18 go/stable go/latest/stable gnome-3-34-1804-sdk/latest/stable
command: |
sudo snap install core18
sudo snap install go/stable
sudo snap install go/latest/stable
sudo snap install gnome-3-34-1804-sdk/latest/stable
- run:
name: Build the snap
command: |