-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33c716c
commit baeaa33
Showing
1 changed file
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,24 +26,25 @@ jobs: | |
- name: CMake workflow | ||
run: cmake --workflow --preset ci-linux | ||
|
||
macos-build: | ||
runs-on: macos-latest | ||
# Disabled until <curses.h> can be safely included without conflict in terminal.h | ||
# macos-build: | ||
# runs-on: macos-latest | ||
|
||
env: | ||
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" | ||
# env: | ||
# VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
- uses: actions/github-script@v7 | ||
with: | ||
script: | | ||
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); | ||
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); | ||
# steps: | ||
# - uses: actions/[email protected] | ||
# with: | ||
# submodules: true | ||
# - uses: actions/github-script@v7 | ||
# with: | ||
# script: | | ||
# core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || ''); | ||
# core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); | ||
|
||
- name: CMake workflow | ||
run: cmake --workflow --preset ci-linux | ||
# - name: CMake workflow | ||
# run: cmake --workflow --preset ci-linux | ||
|
||
windows-build: | ||
runs-on: windows-latest | ||
|