mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Fourth attempt to use environment variables to select the compiler.
This commit is contained in:
parent
32dac66d58
commit
d0c33493fe
1 changed files with 4 additions and 4 deletions
8
mps/.github/workflows/build-and-test.yml
vendored
8
mps/.github/workflows/build-and-test.yml
vendored
|
|
@ -26,10 +26,10 @@ jobs:
|
|||
env:
|
||||
- CC: gcc
|
||||
- CC: clang
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
env:
|
||||
- CC: gcc
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
env:
|
||||
- CC: gcc
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue