revert forced usage of bash, instead opt for (more) explicit compiler selection.

This commit is contained in:
2025-09-17 12:26:50 +02:00
parent d46f8c0900
commit 7db0853ffe
2 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,14 @@ jobs:
- windows-latest
- windows-11-arm
# - macos-latest
cc:
- cc
- cc
- gcc
- gcc
- cc
env:
CC: ${{matrix.cc}}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v5

View File

@@ -1,6 +1,5 @@
# Copyright (c) 2025 Quinn
# Licensed under the MIT Licence. See LICENSE for details
SHELL = bash
# build configuration, information about the current build process
NAME = mcaselector-lite