aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 9ffebeb..877f242 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -32,6 +32,9 @@ jobs:
with:
command: build
args: --all-targets --target x86_64-unknown-linux-musl
+ env:
+ TARGET_CC: "${{ env.TARGET_CC }}"
+ TARGET_AR: "${{ env.TARGET_AR }}"
build-macos:
runs-on: macos-latest
steps: