Browse Source

do not use docker for the runner

rustdesk 2 years ago
parent
commit
5f137710be
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/test-selfhosted.yaml

+ 3 - 3
.github/workflows/test-selfhosted.yaml

@@ -11,9 +11,9 @@ jobs:
11 11
     name: Build 
12 12
     #runs-on: ubuntu-22.04
13 13
     runs-on: self-hosted
14
-    container:
15
-      # Runner docker image
16
-      image: ubuntu:22.04
14
+    # Runner docker image
15
+    #container:
16
+      #image: ubuntu:22.04
17 17
     strategy:
18 18
       fail-fast: false
19 19
       matrix: