diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-08 23:42:21 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-08 23:42:21 +0000 |
commit | 4b199c36820fa1da9a2d4437fba421f15843c6a6 (patch) | |
tree | 74f8a598635969bfd29d4f290cdd506417163b05 /.github | |
parent | (cargo-release) start next development iteration 0.10.2-alpha.0 (diff) | |
download | miniserve-4b199c36820fa1da9a2d4437fba421f15843c6a6.tar.gz miniserve-4b199c36820fa1da9a2d4437fba421f15843c6a6.zip |
Fix publish job
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee84f44..4cb9cd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,9 @@ jobs: - name: Setup Rust toolchain uses: actions-rs/toolchain@v1 with: + profile: minimal target: ${{ matrix.target }} + toolchain: ${{ matrix.rust }} override: true - name: cargo build |