mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
chore: bump lune version for appimage action
This commit is contained in:
parent
b415168ada
commit
f0d4069e6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "./package/appimage:/build" --privileged
|
--volume "./package/appimage:/build" --privileged
|
||||||
run: |
|
run: |
|
||||||
export LUNE_VERSION=0.7.5
|
export LUNE_VERSION=0.7.7
|
||||||
echo "Running build on debian linux $(uname -m)"
|
echo "Running build on debian linux $(uname -m)"
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
|
|
Loading…
Reference in a new issue