Skip to content

Commit

Permalink
cli: fix ci-template typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skirsdeda committed Dec 16, 2022
1 parent 21413d6 commit c1f8006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/src/new/ci-template.ts
Expand Up @@ -141,9 +141,9 @@ jobs:
key: \${{ matrix.settings.target }}-cargo-\${{ matrix.settings.host }}
- uses: goto-bus-stop/setup-zig@v2
if: \${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
with:
version: 0.10.0
if: \${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
with:
version: 0.10.0
- name: Setup toolchain
run: \${{ matrix.settings.setup }}
Expand Down

0 comments on commit c1f8006

Please sign in to comment.