mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
chore: update CI
This commit is contained in:
committed by
Michael Murphy
parent
0972aa1396
commit
7106172bcd
@@ -17,13 +17,12 @@ jobs:
|
|||||||
Test:
|
Test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:base-devel
|
||||||
volumes:
|
volumes:
|
||||||
- /:/host
|
- /:/host
|
||||||
steps:
|
steps:
|
||||||
- run: >
|
- run: >
|
||||||
pacman --noconfirm -Syu
|
pacman --noconfirm --needed -Syu
|
||||||
base-devel
|
|
||||||
cargo
|
cargo
|
||||||
clang
|
clang
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
@@ -31,6 +30,7 @@ jobs:
|
|||||||
gtk3
|
gtk3
|
||||||
gtk4
|
gtk4
|
||||||
just
|
just
|
||||||
|
libdisplay-info
|
||||||
libinput
|
libinput
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
llvm
|
llvm
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
flatpak
|
flatpak
|
||||||
nasm
|
nasm
|
||||||
- run: rm -rf /host/usr/local/lib/android # Free space
|
- run: rm -rf /host/usr/local/lib/android # Free space
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
# Safe directory behavior seems to have issues with `container:`
|
# Safe directory behavior seems to have issues with `container:`
|
||||||
|
|||||||
Reference in New Issue
Block a user