cli: fix ci-template typo
This commit is contained in:
parent
cf68288232
commit
870552e0ee
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,9 @@ jobs:
|
||||||
key: \${{ matrix.settings.target }}-cargo-\${{ matrix.settings.host }}
|
key: \${{ matrix.settings.target }}-cargo-\${{ matrix.settings.host }}
|
||||||
|
|
||||||
- uses: goto-bus-stop/setup-zig@v2
|
- uses: goto-bus-stop/setup-zig@v2
|
||||||
if: \${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
|
if: \${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||||
with:
|
with:
|
||||||
version: 0.10.0
|
version: 0.10.0
|
||||||
|
|
||||||
- name: Setup toolchain
|
- name: Setup toolchain
|
||||||
run: \${{ matrix.settings.setup }}
|
run: \${{ matrix.settings.setup }}
|
||||||
|
|
Loading…
Reference in a new issue