File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Setup build environment
5656 run : |
57- ZIG_VERSION=0.14.0 ./setup.sh
57+ if [ "${{ github.event_name }}" == "schedule" ]; then
58+ export ZIG_VERSION=0.15.1
59+ else
60+ export ZIG_VERSION=0.14.0
61+ fi
62+ ZIG_VERSION=$ZIG_VERSION ./setup.sh
5863
5964 - name : Build Ghostty AppImage
6065 run : |
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/ap
6161
6262./quick-sharun ./ghostty-${GHOSTTY_VERSION} /zig-out/bin/ghostty
6363cp -rf ./ghostty-${GHOSTTY_VERSION} /zig-out/share/* ./AppDir/share/
64- echo ' unset ARGV0' >> ./AppDir/.env
64+ echo ' unset ARGV0' >> ./AppDir/.env
6565# temp fix for https://github.com/pkgforge-dev/ghostty-appimage/issues/93
6666ln -s /usr/share/glvnd/egl_vendor.d/10_nvidia.json ./AppDir/share/glvnd/egl_vendor.d/10_nvidia.json
6767
You can’t perform that action at this time.
0 commit comments