Skip to content

Commit

Permalink
set ci vars
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 7, 2023
1 parent fcd1b9e commit a8772f6
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,18 @@ on:

env:
DNF_PACKAGES: |
xorriso \
rpm \
limine \
systemd \
btrfs-progs \
e2fsprogs \
xfsprogs \
dosfstools \
grub2 \
parted \
util-linux-core \
systemd-container \
grub2-efi \
uboot-images-armv8 \
uboot-tools \
rustc \
qemu-user-static-aarch64 \
qemu-user-binfmt \
qemu-kvm \
qemu-img \
cargo \
systemd-devel \
mkpasswd \
clang-devel \
moby-engine
--setopt=keepcache=1
--setopt=install_weak_deps=False
limine
util-linux-core
systemd-container
qemu-user-static-aarch64
qemu-user-binfmt
qemu-kvm
qemu-img
systemd-devel
mkpasswd
clang-devel
jobs:
check:
Expand Down

0 comments on commit a8772f6

Please sign in to comment.