Skip to content

Commit

Permalink
ci: matrix include conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 27, 2024
1 parent 598852c commit dc547e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.alpine == true && matrix.arch == 'ARM64'
uses: docker/setup-qemu-action@v3
- name: Pull interop dependencies
if: ${{ matrix.alpine != true || matrix.debian != true }}|| && ${{ steps.cache.outputs.cache-hit != 'true' }}
if: ${{ matrix.alpine != true || matrix.debian != true }} && ${{ steps.cache.outputs.cache-hit != 'true' }}
run: bash -c "build/download-native-libs.sh"

- name: Restore
Expand Down

0 comments on commit dc547e7

Please sign in to comment.