do not use docker for the runner

This commit is contained in:
rustdesk 2023-12-06 00:33:52 +08:00
parent 1a6016f08f
commit 5f137710be

View File

@ -11,9 +11,9 @@ jobs:
name: Build
#runs-on: ubuntu-22.04
runs-on: self-hosted
container:
# Runner docker image
image: ubuntu:22.04
# Runner docker image
#container:
#image: ubuntu:22.04
strategy:
fail-fast: false
matrix: