mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(actions): try fixing failing appimage build
This commit is contained in:
parent
1371a69821
commit
ddaa65f501
1 changed files with 2 additions and 0 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -32,6 +32,8 @@ jobs:
|
|||
dockerRunArgs: |
|
||||
--volume "./package/appimage:/build" --privileged
|
||||
run: |
|
||||
export LUNE_VERSION=${{ vars.lune_VERSION }}
|
||||
|
||||
echo "Running build on debian linux $(uname -m)"
|
||||
|
||||
apt update
|
||||
|
|
Loading…
Reference in a new issue