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.
1 parent a1adf60 commit 1aa8fe1Copy full SHA for 1aa8fe1
.github/workflows/GnuTests.yml
@@ -232,7 +232,7 @@ jobs:
232
### Build
233
- name: Build binaries
234
run: |
235
- env SELINUX_ENABLED=1 lima bash -c "cd ~/work/uutils/ && bash util/build-gnu.sh --release-build"
+ lima bash -c "cd ~/work/uutils/ && SELINUX_ENABLED=1 bash util/build-gnu.sh --release-build"
236
237
### Run tests as user
238
- name: Generate SELinux tests list
0 commit comments