aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-05-30 20:26:44 -0500
committerBrent Cook <busterb@gmail.com>2021-05-30 20:26:44 -0500
commitcb52cc4cec97aa29cd5a1826ee86f746c3fe432e (patch)
tree841ecbab7efca364e2e7f029b6f2bf9bb99af7ef
parenta7f19323bd3cf90ea5279acf227b0c5d3dcf1d08 (diff)
downloadportable-cb52cc4cec97aa29cd5a1826ee86f746c3fe432e.tar.gz
portable-cb52cc4cec97aa29cd5a1826ee86f746c3fe432e.tar.bz2
portable-cb52cc4cec97aa29cd5a1826ee86f746c3fe432e.zip
add OS to cross compile name
-rw-r--r--.github/workflows/cross_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross_test.yml b/.github/workflows/cross_test.yml
index 3eb58d4..c5b6b25 100644
--- a/.github/workflows/cross_test.yml
+++ b/.github/workflows/cross_test.yml
@@ -13,7 +13,7 @@ jobs:
13 env: 13 env:
14 CC: gcc 14 CC: gcc
15 ARCH: ${{ matrix.arch }} 15 ARCH: ${{ matrix.arch }}
16 name: ${{ matrix.arch }} 16 name: ${{ matrix.arch }} - ${{ matrix.os }}
17 steps: 17 steps:
18 - uses: actions/checkout@v2 18 - uses: actions/checkout@v2
19 - name: Run CI script 19 - name: Run CI script