Skip to content

Commit

Permalink
CI: remove unneeded multipass for snap build
Browse files Browse the repository at this point in the history
  • Loading branch information
siwatanejo committed May 17, 2024
1 parent 596b235 commit 45fe21e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,9 @@ jobs:
# workaround for GithubActionsCI+snapcraft, see https://forum.snapcraft.io/t/permissions-problem-using-snapcraft-in-azure-pipelines/13258/14
sudo chown root:root /
snapcraft --version
# use multipass provider as lxd doesn't work for some reason
sudo snap install multipass
sudo snap set snapcraft provider=multipass
- name: Build
run: |
dotnet build --configuration Release
Expand Down

0 comments on commit 45fe21e

Please sign in to comment.