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 22:07:44 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-01-11 22:07:55 +0300
commitbab4066b218dc20a625d405e02433d882237d59c (patch)
tree3d2bc34033e406c7f8018eb43bd51387399804d3
parent00df609016d7e75b3730fcf0cef25fc0efe14204 (diff)
ci: set override to force selected Rust version
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b284608..fc6824a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,6 +55,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
+ override: true
profile: minimal
- run: cargo build --verbose
- run: cargo doc --verbose