mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 21:35:15 +00:00
fix snapcraft gh action
This commit is contained in:
2
.github/workflows/snapcraft-release.yml
vendored
2
.github/workflows/snapcraft-release.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
SNAPCRAFT_BUILD_ENVIRONMENT: host
|
SNAPCRAFT_BUILD_ENVIRONMENT: host
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install git pandoc python3-pip
|
sudo apt -y install git pandoc python3-pip python3-setuptools
|
||||||
sudo pip3 install pypandoc
|
sudo pip3 install pypandoc
|
||||||
sudo snap install snapcraft --classic
|
sudo snap install snapcraft --classic
|
||||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
echo "$SNAP_TOKEN" | snapcraft login --with -
|
||||||
|
|||||||
Reference in New Issue
Block a user