Skip to content

.github/workflows/nightly.yml #1540

.github/workflows/nightly.yml

.github/workflows/nightly.yml #1540

Workflow file for this run

on:
schedule:
- cron: '* 0 * * *'
workflow_dispatch:
jobs:
latest_version:
runs-on: ${{ matrix.os }}
name: Test latest version
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup cmake
uses: ./
id: setup
with:
cmake-version: ''
- name: Run cmake --version
shell: bash
run: |
VERSION=`cmake --version`
echo $VERSION