Skip to content

Commit 1aa8fe1

Browse files
authored
GnuTests.yml: set SELINUX_ENABLED in lima
1 parent a1adf60 commit 1aa8fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
### Build
233233
- name: Build binaries
234234
run: |
235-
env SELINUX_ENABLED=1 lima bash -c "cd ~/work/uutils/ && bash util/build-gnu.sh --release-build"
235+
lima bash -c "cd ~/work/uutils/ && SELINUX_ENABLED=1 bash util/build-gnu.sh --release-build"
236236
237237
### Run tests as user
238238
- name: Generate SELinux tests list

0 commit comments

Comments
 (0)