mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 00:44:00 +00:00
snapcraft fix for #308
This commit is contained in:
1
.github/workflows/snapcraft-release.yml
vendored
1
.github/workflows/snapcraft-release.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
|||||||
RELEASE_TAG: ${{ github.ref }}
|
RELEASE_TAG: ${{ github.ref }}
|
||||||
working-directory: ./packages/snap/
|
working-directory: ./packages/snap/
|
||||||
run: |
|
run: |
|
||||||
|
export MAGIC=$SNAP/usr/share/file/magic.mgc
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install git pandoc python3-pip python3-setuptools
|
sudo apt -y install git pandoc python3-pip python3-setuptools
|
||||||
sudo pip3 install pypandoc
|
sudo pip3 install pypandoc
|
||||||
|
|||||||
Reference in New Issue
Block a user