mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 09:45:45 +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-11-arm
|
||||
# - macos-latest
|
||||
cc:
|
||||
- cc
|
||||
- cc
|
||||
- gcc
|
||||
- gcc
|
||||
- cc
|
||||
env:
|
||||
CC: ${{matrix.cc}}
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user