Skip to content

empty bump

empty bump #275

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
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

Check failure on line 18 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/build.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit