aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-29 16:05:46 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-29 16:05:46 -0400
commitd96ace8afe927a74f5749d436013f0d646222749 (patch)
tree35feaadb0e15884d24f1169d4fccebff4fa91758 /.github
parente6edff6490733d2ef788cf6205ba99a052ea5d6a (diff)
downloadrbw-d96ace8afe927a74f5749d436013f0d646222749.tar.gz
rbw-d96ace8afe927a74f5749d436013f0d646222749.zip
actually pass in the env vars
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: