From: Steve Myers Date: Thu, 15 Apr 2021 17:15:13 +0000 (-0700) Subject: [ci] Revert fixed nightly-2021-03-23, use actual nightly X-Git-Tag: v0.7.0~17 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/trait.ByteDecoder.html?a=commitdiff_plain;h=8c003269908e736b56a844ac03a0bfd835096f15;p=bdk [ci] Revert fixed nightly-2021-03-23, use actual nightly --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index ce84c4ff..d61ab757 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -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 diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 1aee1299..3a92f052 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -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 diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 0306cff1..4a09db22 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -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