Skip to content

hyperlogic is building splatapult #5

hyperlogic is building splatapult

hyperlogic is building splatapult #5

Workflow file for this run

name: build
run-name: ${{ github.actor }} is building splatapult
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: openrndr/[email protected]
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with:
vcpkgJsonGlob: 'vcpkg.json'
- uses: lukka/run-cmake@v10
with:
configurePreset: 'make-vcpkg'
buildPreset: 'make-vcpkg-release'