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:
Jiahao XU 2022-07-29 19:03:18 +10:00
parent 98d8a96a02
commit 7a7220b1a2
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 1 additions and 4 deletions

View file

@ -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