We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb364cd commit a92dc57Copy full SHA for a92dc57
1 file changed
.github/workflows/CI.yml
@@ -80,6 +80,7 @@ jobs:
80
target/
81
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
82
- uses: goto-bus-stop/setup-zig@v2
83
+ if: ${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' || matrix.settings.target == 'armv7-unknown-linux-musleabihf' }}
84
with:
85
version: 0.13.0
86
- name: Setup toolchain
0 commit comments