mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix build: Rm unnecessary env.TOOLCHAIN
Since we build it using +nightly anyway. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
98d8a96a02
commit
7a7220b1a2
2 changed files with 1 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -105,7 +105,7 @@ jobs:
|
|||
run: sudo ./ci-scripts/install-deps.sh
|
||||
|
||||
- name: Build
|
||||
run: ${{ env.CTOOL }} ${{ env.TOOLCHAIN }} build ${{ env.CARGS }}
|
||||
run: ${{ env.CTOOL }} build ${{ env.CARGS }}
|
||||
|
||||
- name: Get output
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue