mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: dir mounting
This commit is contained in:
parent
704e07bcce
commit
333236acd6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/appimage.yaml
vendored
6
.github/workflows/appimage.yaml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Set working directory
|
# - name: Set working directory
|
||||||
run: cd ./package/appimage && export LUNE_VERSION=0.7.5
|
# run: cd ./package/appimage && export LUNE_VERSION=0.7.5
|
||||||
|
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
uses: lalten/run-on-arch-action@amd64-support
|
uses: lalten/run-on-arch-action@amd64-support
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
distro: buster
|
distro: buster
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}:/build"
|
--volume "./package/appimage:/build"
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue