diff options
author | RustDesk <[email protected]> | 2023-01-07 11:51:14 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-07 11:51:14 +0800 |
commit | ebbe5d5297914f00b8c75cc39a19050b6c22b366 (patch) | |
tree | ae41228805f79b704aa9cd5a385f4e8f5b3b8946 /.github | |
parent | cd1a9885db1bd50046e7bd8dc7dba8cbb29aea50 (diff) | |
download | rustdesk-server-ebbe5d5297914f00b8c75cc39a19050b6c22b366.tar.gz rustdesk-server-ebbe5d5297914f00b8c75cc39a19050b6c22b366.zip |
Update test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f0a89c..2c8a894 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: stable override: true - uses: Swatinem/rust-cache@v2 - uses: actions-rs/cargo@v1 @@ -28,7 +28,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: stable override: true - uses: Swatinem/rust-cache@v2 - uses: actions-rs/cargo@v1 @@ -43,7 +43,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: stable override: true components: rustfmt - uses: Swatinem/rust-cache@v2 @@ -59,7 +59,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: stable override: true components: clippy - uses: Swatinem/rust-cache@v2 |