Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-11 21:31:43 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-01-11 21:31:49 +0300
commitdc7499a6c6667f469437b10e0549352652407e60 (patch)
treeb39ddd0002d3746cfaaadc4cd4cdf8f01694eea6
parent003ee8378cdc4d93614d88e20f87c4515b3bb3fb (diff)
ci: switch to actions-rs/toolchain
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d4a0e40..cbf53bc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,9 +52,10 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
- uses: hecrj/setup-rust-action@v1
+ uses: actions-rs/toolchain@v1
with:
- rust-version: ${{ matrix.rust }}
+ toolchain: ${{ matrix.rust }}
+ profile: minimal
- run: cargo build --verbose
- run: cargo doc --verbose
- if: startsWith(matrix.build, 'pinned-') == false