From 7db0853ffec27e64d71d8eccd9a5439364be9fe3 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 17 Sep 2025 12:26:50 +0200 Subject: [PATCH] revert forced usage of `bash`, instead opt for (more) explicit compiler selection. --- .github/workflows/ci.yaml | 8 ++++++++ Makefile | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1276ee9..492d39f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/Makefile b/Makefile index c97265b..9b9f720 100644 --- a/Makefile +++ b/Makefile @@ -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