summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-06 09:03:57 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-06 20:05:53 +0100
commit78aed2cb69ab0bddeb22dcc5fbf3f44b98691e4d (patch)
tree47e285f6822ea2d90bb967d1a7c1eb36e89c3a45 /.github
parent939a6a5f4dc4e0874d4a1f112fdb6c8e330d85f8 (diff)
CICD: Remove use-cross when host == target
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 5ef9a199..21bdbf47 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -88,9 +88,9 @@ jobs:
- { os: ubuntu-18.04 , target: aarch64-unknown-linux-gnu , use-cross: use-cross }
- { os: ubuntu-18.04 , target: i686-unknown-linux-gnu , use-cross: use-cross }
- { os: ubuntu-18.04 , target: i686-unknown-linux-musl , use-cross: use-cross }
- - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross }
+ - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu }
- { os: ubuntu-18.04 , target: x86_64-unknown-linux-musl , use-cross: use-cross }
- - { os: ubuntu-16.04 , target: x86_64-unknown-linux-gnu , use-cross: use-cross }
+ - { os: ubuntu-16.04 , target: x86_64-unknown-linux-gnu }
- { os: macos-latest , target: x86_64-apple-darwin }
# - { os: windows-latest , target: i686-pc-windows-gnu } ## disabled; linker errors (missing '_imp____acrt_iob_func')
- { os: windows-latest , target: i686-pc-windows-msvc }