Skip to content

Rename variabls to avoid shadowing #16

Rename variabls to avoid shadowing

Rename variabls to avoid shadowing #16

Workflow file for this run

name: CMake
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
# linux-build:
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/[email protected]
# with:
# submodules: true
#
# - name: CMake workflow
# run: cmake --workflow --preset default
windows-build:
runs-on: windows-latest
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
steps:
- uses: actions/[email protected]
with:
submodules: true
- uses: actions/github-script@v6
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 default