Skip to content

Commit

Permalink
infra(ci): use correct toolchain for version publishing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 21, 2021
1 parent 0195f28 commit 4884e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: ${{ matrix.rust }}
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 4884e25

Please # to comment.