Skip to content

Commit cf3166b

Browse files
committed
Remove network setting because now user mode is default
1 parent 5033337 commit cf3166b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ runs:
104104
echo "${PULL_SECRET}" > pull-secret
105105
crc config set preset ${PRESET}
106106
crc config set pull-secret-file pull-secret
107-
crc config set network-mode user
108107
if [ -n "${{ inputs['cpus'] }}" ]; then
109108
echo "Using cpus: ${{ inputs['cpus'] }}"
110109
crc config set cpus ${{ inputs['cpus'] }}

0 commit comments

Comments
 (0)