mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-19 05:25:45 +01:00
Compare commits
2 Commits
7db0853ffe
...
1e99c0be56
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e99c0be56 | |||
| a85443954e |
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@@ -13,15 +13,7 @@ jobs:
|
||||
- ubuntu-24.04-arm
|
||||
- windows-latest
|
||||
- windows-11-arm
|
||||
# - macos-latest
|
||||
cc:
|
||||
- cc
|
||||
- cc
|
||||
- gcc
|
||||
- gcc
|
||||
- cc
|
||||
env:
|
||||
CC: ${{matrix.cc}}
|
||||
- macos-latest
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
@@ -50,7 +42,7 @@ jobs:
|
||||
|
||||
- run: make -Bj libs
|
||||
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os != 'Windows'
|
||||
- run: make -Bj2 libs # compile fewer cores, to save memory.
|
||||
- run: make -Bj1 libs # compile in single-core mode, to save memory, hopefully
|
||||
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os == 'Windows'
|
||||
|
||||
- run: make -j all
|
||||
|
||||
Reference in New Issue
Block a user