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 name: Build
#runs-on: ubuntu-22.04 #runs-on: ubuntu-22.04
runs-on: self-hosted runs-on: self-hosted
container: # Runner docker image
# Runner docker image #container:
image: ubuntu:22.04 #image: ubuntu:22.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: