mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 20:55:44 +01:00
revert forced usage of bash, instead opt for (more) explicit compiler selection.
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -14,6 +14,14 @@ jobs:
|
|||||||
- windows-latest
|
- windows-latest
|
||||||
- windows-11-arm
|
- windows-11-arm
|
||||||
# - macos-latest
|
# - macos-latest
|
||||||
|
cc:
|
||||||
|
- cc
|
||||||
|
- cc
|
||||||
|
- gcc
|
||||||
|
- gcc
|
||||||
|
- 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