Revert "chore: add multipass for snap builds"

This reverts commit cb10750078.
This commit is contained in:
Karol Sójko
2023-12-05 13:31:18 +01:00
parent 0818ebd9c1
commit 6f5657a712

View File

@@ -121,7 +121,6 @@ jobs:
- name: Snap
run: |
sudo snap install snapcraft --classic
sudo snap install multipass
yarn run webpack --config desktop.webpack.prod.js --env snap
yarn run electron-builder --linux --x64 -c.linux.target=snap --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}