Skip to content

Commit

Permalink
Disable macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 24, 2024
1 parent 33c716c commit baeaa33
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baeaa33

Please sign in to comment.