Skip to content

Commit 5615da5

Browse files
authored
Merge pull request #224 from kolyshkin/less-deps
ci: install git-core
2 parents 6de9828 + 3c3fb5b commit 5615da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Sync the current directory to /tmp/selinux in the guest
125125
limactl cp -r . default:/tmp/selinux
126126
# Install packages
127-
lima sudo dnf install -y git make golang
127+
lima sudo dnf install --setopt=install_weak_deps=false --setopt=tsflags=nodocs -y git-core make golang
128128
129129
- name: "make test"
130130
run: lima make -C /tmp/selinux test

0 commit comments

Comments
 (0)