diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-12-18 01:54:37 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-12-18 01:54:37 +0100 |
| commit | c8bb0114707a17ddb2d4a7a62deef2622252a05e (patch) | |
| tree | 9611d80cb3608d57d1402ecc80e0aa27aa563047 /.github/workflows | |
| parent | 6ac24f23c9fb1e486eae02babbce230b3ebd23ae (diff) | |
| parent | 12031e4e9a1f46ae41d936e2f1a5261a95cb85f8 (diff) | |
| download | portable-c8bb0114707a17ddb2d4a7a62deef2622252a05e.tar.gz portable-c8bb0114707a17ddb2d4a7a62deef2622252a05e.tar.bz2 portable-c8bb0114707a17ddb2d4a7a62deef2622252a05e.zip | |
Land #1229 - unset CC only for mingw and arm32
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0c9a699..af7dfab 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
| @@ -32,6 +32,9 @@ jobs: | |||
| 32 | - os: "ubuntu-22.04" | 32 | - os: "ubuntu-22.04" |
| 33 | arch: "native" | 33 | arch: "native" |
| 34 | compiler: "clang" | 34 | compiler: "clang" |
| 35 | - os: "ubuntu-24.04" | ||
| 36 | arch: "native" | ||
| 37 | compiler: "clang" | ||
| 35 | steps: | 38 | steps: |
| 36 | - name: "Checkout repository" | 39 | - name: "Checkout repository" |
| 37 | uses: actions/checkout@v4 | 40 | uses: actions/checkout@v4 |
