chore(actions): try fixing failing appimage build

This commit is contained in:
Erica Marigold 2023-09-19 15:13:35 +05:30 committed by GitHub
parent 1371a69821
commit ddaa65f501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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