Skip to content

Commit

Permalink
matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 9, 2024
1 parent be83271 commit 8a501c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
# uses: docker/setup-qemu-action@v3

- name: test conditions
if: ${{ matrix.docker == 'true' }}
run: echo foo
if: ${{ matrix.docker == 'true' && matrix.alpine == 'true' && matrix.arch == 'arm64' }}
run: uname -a

# - if: ${{ matrix.docker == 'true' && matrix.alpine == 'true' }}
# name: prebuild linux ${{ matrix.arch }} musl
Expand Down

0 comments on commit 8a501c0

Please sign in to comment.