Parcourir la source

Update action.yml

James McConnell il y a 3 mois
Parent
commit
64781760be
1 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 8 8
      .github/actions/droidspaces/action.yml

+ 8 - 8
.github/actions/droidspaces/action.yml

@@ -70,13 +70,13 @@ runs:
       shell: bash
       run: |
         cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
-        CONFIG_PID_NS
-        CONFIG_SYSVIPC
-        CONFIG_POSIX_MQUEUE
-        CONFIG_IPC_NS
-        CONFIG_DEVTMPFS
-        CONFIG_BINFMT_MISC
-        CONFIG_BINFMT_SCRIPT
-        CONFIG_BINFMT_ELF
+        CONFIG_PID_NS=y
+        CONFIG_SYSVIPC=y
+        CONFIG_POSIX_MQUEUE=y
+        CONFIG_IPC_NS=y
+        CONFIG_DEVTMPFS=y
+        CONFIG_BINFMT_MISC=y
+        CONFIG_BINFMT_SCRIPT=y
+        CONFIG_BINFMT_ELF=y
         EOF