Browse Source

Merge pull request #231 from n-connect/master

Move from Ubuntu 18.04 VM (Github Actions)
RustDesk 2 years ago
parent
commit
b3fbb9e179
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -45,7 +45,7 @@ jobs:
45
       - name: Install toolchain
45
       - name: Install toolchain
46
         uses: actions-rs/toolchain@v1
46
         uses: actions-rs/toolchain@v1
47
         with:
47
         with:
48
-          toolchain: "1.62"
48
+          toolchain: "1.67.1"
49
           override: true
49
           override: true
50
           default: true
50
           default: true
51
           components: rustfmt
51
           components: rustfmt