Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Attempt to fix linux matrix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Franc Pape committed Apr 10, 2024
1 parent 15c331a commit cffb488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
target: [ amd64, arm64 ]
include:
- target: amd64
CGO_ENABLED: 0
CGO_ENABLED: 1
GOARCH: amd64
CC: gcc
- target: arm64
Expand All @@ -116,7 +116,7 @@ jobs:
with:
name: grpc
path: pkg/a2l
- if: ${{ matrix.CGO_ENABLED == 1 }}
- if: ${{ matrix.CC != 'gcc' }}
run: |
wget ${{ matrix.toolchain_source }}
${{ matrix.toolchain_extract }}
Expand Down

0 comments on commit cffb488

Please sign in to comment.