We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de9828 + 3c3fb5b commit 5615da5Copy full SHA for 5615da5
.github/workflows/validate.yml
@@ -124,7 +124,7 @@ jobs:
124
# Sync the current directory to /tmp/selinux in the guest
125
limactl cp -r . default:/tmp/selinux
126
# Install packages
127
- lima sudo dnf install -y git make golang
+ lima sudo dnf install --setopt=install_weak_deps=false --setopt=tsflags=nodocs -y git-core make golang
128
129
- name: "make test"
130
run: lima make -C /tmp/selinux test
0 commit comments