mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 15:33:00 +00:00
ci: verify if snap builds on official images
This commit is contained in:
parent
040cdba707
commit
ed77db4595
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@ -350,8 +350,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
[namespace-profile-ghostty-snap, namespace-profile-ghostty-snap-arm64]
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm]
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [test, build-dist]
|
||||
env:
|
||||
@ -366,12 +365,12 @@ jobs:
|
||||
run: |
|
||||
mkdir dist
|
||||
tar --verbose --extract --strip-components 1 --directory dist --file ghostty-source.tar.gz
|
||||
- name: Setup Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
with:
|
||||
path: |
|
||||
/nix
|
||||
/zig
|
||||
# - name: Setup Cache
|
||||
# uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||
# with:
|
||||
# path: |
|
||||
# /nix
|
||||
# /zig
|
||||
- run: sudo apt install -y udev
|
||||
- run: sudo systemctl start systemd-udevd
|
||||
- uses: snapcore/action-build@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user