mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: bash unbound var
This commit is contained in:
parent
03414057fb
commit
3e43b6a76a
1 changed files with 3 additions and 4 deletions
7
.github/workflows/appimage.yaml
vendored
7
.github/workflows/appimage.yaml
vendored
|
@ -23,10 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
# - name: Set working directory
|
- name: AppImage routine
|
||||||
# run: cd ./package/appimage && export LUNE_VERSION=0.7.5
|
|
||||||
|
|
||||||
- name: Build AppImage
|
|
||||||
uses: lalten/run-on-arch-action@amd64-support
|
uses: lalten/run-on-arch-action@amd64-support
|
||||||
id: buildimg
|
id: buildimg
|
||||||
with:
|
with:
|
||||||
|
@ -35,6 +32,8 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "./package/appimage:/build" --privileged
|
--volume "./package/appimage:/build" --privileged
|
||||||
run: |
|
run: |
|
||||||
|
export LUNE_VERSION=0.7.5
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
||||||
cd /build
|
cd /build
|
||||||
|
|
Loading…
Reference in a new issue