mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: temporary apt installs required for namespace
This commit is contained in:
4
.github/workflows/snap.yaml
vendored
4
.github/workflows/snap.yaml
vendored
@ -18,6 +18,8 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
/nix
|
/nix
|
||||||
/zig
|
/zig
|
||||||
|
- run: sudo apt install -y udev
|
||||||
|
- run: sudo systemctl start systemd-udevd
|
||||||
- uses: snapcore/action-build@v1
|
- uses: snapcore/action-build@v1
|
||||||
|
|
||||||
build-arm64:
|
build-arm64:
|
||||||
@ -30,4 +32,6 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
/nix
|
/nix
|
||||||
/zig
|
/zig
|
||||||
|
- run: sudo apt install -y udev
|
||||||
|
- run: sudo systemctl start systemd-udevd
|
||||||
- uses: snapcore/action-build@v1
|
- uses: snapcore/action-build@v1
|
||||||
|
Reference in New Issue
Block a user