Skip to content

update

update #3

Workflow file for this run

name: Linux_CI
on:
push:
branches:
- main
- rel-*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
Linux_x64_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
set -e -x
cmake --workflow --preset linux_gcc_release_workflow -B ${{ runner.temp }}