diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-04 15:58:16 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-04 15:58:16 +1000 |
| commit | b4ea0f6db69fec8b84c2198000b8e2a441f10764 (patch) | |
| tree | 3868421c26b39a5d061ac3cdf90b78cb2404281e /.github/workflows/update-flake-inputs.yml | |
| parent | nix: add with shell package (diff) | |
| download | caelestia-cli-b4ea0f6db69fec8b84c2198000b8e2a441f10764.tar.gz caelestia-cli-b4ea0f6db69fec8b84c2198000b8e2a441f10764.tar.bz2 caelestia-cli-b4ea0f6db69fec8b84c2198000b8e2a441f10764.zip | |
ci: fix (hopefully?)
Diffstat (limited to '.github/workflows/update-flake-inputs.yml')
| -rw-r--r-- | .github/workflows/update-flake-inputs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index 698f287..60d93f4 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -74,6 +74,7 @@ jobs: WLR_BACKENDS: headless WLR_LIBINPUT_NO_DEVICES: 1 WAYLAND_DISPLAY: wayland-1 + GTK_USE_PORTAL: 0 run: | mkdir $XDG_RUNTIME_DIR chown $USER $XDG_RUNTIME_DIR |