File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 path : |
4343 /tmp/offline-cache
44- key : ${{ runner.os }}-${{ matrix.arch }}-ghostty-${{ hashFiles('**/setup.sh') }}
44+ /root/.cache/zig
45+ key : ${{ runner.os }}-${{ matrix.arch }}-ghostty-${{ hashFiles('**/VERSION') }}
4546 restore-keys : |
4647 ${{ runner.os }}-${{ matrix.arch }}-ghostty-
4748
Original file line number Diff line number Diff line change @@ -50,12 +50,13 @@ rm "ghostty-${GHOSTTY_VERSION}.tar.gz"
5050cd " ${TMP_DIR} /${BUILD_DIR} "
5151
5252# Fetch Zig Cache
53- if [ -f ' ./nix/build-support/fetch-zig-cache.sh' ]; then
54- BUILD_ARGS= " ${BUILD_ARGS} --system /tmp/offline-cache/p "
55- ZIG_GLOBAL_CACHE_DIR= /tmp/offline-cache ./nix/build-support/fetch-zig-cache.sh
56- fi
53+ # if [ -f './nix/build-support/fetch-zig-cache.sh' ]; then
54+ # ZIG_GLOBAL_CACHE_DIR= /tmp/offline-cache ./nix/build-support/fetch-zig-cache.sh
55+ # BUILD_ARGS="${BUILD_ARGS} --system /tmp/offline-cache/p"
56+ # fi
5757
5858# Build Ghostty with zig
59+ echo " BUILD_ARGS: '${BUILD_ARGS} "
5960zig build ${BUILD_ARGS}
6061
6162# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.
You can’t perform that action at this time.
0 commit comments