chore(cd): temporarily switch back to action-rs/toolchain

This commit is contained in:
Orhun Parmaksız 2023-04-24 23:22:28 +03:00
parent d5184c5e21
commit 0669584e51
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -79,10 +79,12 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.TOOLCHAIN }}
targets: ${{ matrix.TARGET }}
target: ${{ matrix.CONFIG.TARGET }}
profile: minimal
override: true
- name: Build
uses: actions-rs/cargo@v1