Skip to content

Add name for build job #290

Add name for build job

Add name for build job #290

Workflow file for this run

name: Continuous Integration
on: [push, pull_request, workflow_dispatch]
permissions:
packages: write
jobs:
populate-vcpkg-cache:
name: Populate vcpkg cache
uses: ./.github/workflows/populate-vcpkg-cache.yaml
secrets: inherit
with:
arch: ${{matrix.arch}}
strategy:
matrix:
arch: [x86, x64]
build:
needs: populate-vcpkg-cache
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit