diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index bbd5c99..c90247c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,6 +40,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: nightly + override: true - name: Configure git run: | @@ -99,7 +100,6 @@ jobs: toolchain: nightly target: ${{ matrix.target }} override: true - profile: minimal - name: Add x86_64-unknown-linux-musl target if: matrix.target == 'x86_64-unknown-linux-musl' @@ -143,6 +143,9 @@ jobs: - name: Setup Rust uses: actions-rs/toolchain@v1 + with: + toolchain: nightly + override: true - name: Publish to crates.io run: cargo publish --allow-dirty