mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
revert forced usage of bash, instead opt for (more) explicit compiler selection.
This commit is contained in:
19
.github/workflows/ci.yaml
vendored
19
.github/workflows/ci.yaml
vendored
@@ -8,12 +8,19 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false # disable fail fast, so feedback is provided for all matrix combinations
|
fail-fast: false # disable fail fast, so feedback is provided for all matrix combinations
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
include:
|
||||||
- ubuntu-latest
|
- os: ubuntu-latest
|
||||||
- ubuntu-24.04-arm
|
cc: cc
|
||||||
- windows-latest
|
- os: ubuntu-24.04-arm
|
||||||
- windows-11-arm
|
cc: cc
|
||||||
# - macos-latest
|
- os: windows-latest
|
||||||
|
cc: gcc
|
||||||
|
- os: windows-11-arm
|
||||||
|
cc: gcc
|
||||||
|
# - os: macos-latest
|
||||||
|
# cc: cc
|
||||||
|
env:
|
||||||
|
CC: ${{matrix.cc}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -1,6 +1,5 @@
|
|||||||
# Copyright (c) 2025 Quinn
|
# Copyright (c) 2025 Quinn
|
||||||
# Licensed under the MIT Licence. See LICENSE for details
|
# Licensed under the MIT Licence. See LICENSE for details
|
||||||
SHELL = bash
|
|
||||||
|
|
||||||
# build configuration, information about the current build process
|
# build configuration, information about the current build process
|
||||||
NAME = mcaselector-lite
|
NAME = mcaselector-lite
|
||||||
|
|||||||
Reference in New Issue
Block a user