]> Untitled Git - bdk/commitdiff
[ci] Revert fixed nightly-2021-03-23, use actual nightly
authorSteve Myers <steve@notmandatory.org>
Thu, 15 Apr 2021 17:15:13 +0000 (10:15 -0700)
committerSteve Myers <steve@notmandatory.org>
Thu, 15 Apr 2021 17:15:13 +0000 (10:15 -0700)
.github/workflows/code_coverage.yml
.github/workflows/cont_integration.yml
.github/workflows/nightly_docs.yml

index ce84c4ffad679aab0db389c42df2893d8f6a5b8a..d61ab757870deb7c28b037355320fc514612489e 100644 (file)
@@ -11,7 +11,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Set default toolchain
-        run: rustup default nightly-2021-03-23
+        run: rustup default nightly
       - name: Set profile
         run: rustup set profile minimal
 
index 1aee12992762e694b676a85710d7643f18594b1e..3a92f052a64c3fa5c5268af5a989fde8f843b817 100644 (file)
@@ -65,7 +65,7 @@ jobs:
             target
           key: ${{ runner.os }}-cargo-test-md-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
       - name: Set default toolchain
-        run: rustup default nightly-2021-03-23
+        run: rustup default nightly
       - name: Set profile
         run: rustup set profile minimal
       - name: Update toolchain
index 0306cff1ebe6a1878edb28a11ddbd7c9e37a35a2..4a09db22ce0a3eb3dd4b5e805aa8756a161f0314 100644 (file)
@@ -18,7 +18,7 @@ jobs:
             target
           key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
       - name: Set default toolchain
-        run: rustup default nightly-2021-03-23
+        run: rustup default nightly
       - name: Set profile
         run: rustup set profile minimal
       - name: Update toolchain