diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci_github.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml index bcac50c..96a52a2 100644 --- a/.github/workflows/ci_github.yml +++ b/.github/workflows/ci_github.yml @@ -47,6 +47,6 @@ jobs: - name: Build Boost run: python -m project.ci.boost -- --with-filesystem - name: Build example project - run: python -m project.ci.cmake --install --subdir examples/boost + run: python -m project.ci.build --install --subdir examples/boost - name: Run example project run: ./.ci/run_foo.ps1 (Join-Path $env:GITHUB_WORKSPACE .. build install bin foo) |