Build the latest release using Spack #20
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
name: Build the latest release using Spack | |
on: | |
workflow_dispatch: {} | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
name: Build the latest version of the package | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: mochi-hpc/mochi-test-build-action@v1 | |
with: | |
build-cache-token: ${{ secrets.GITHUB_TOKEN }} |