aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_appveyor.yml')
-rw-r--r--.github/workflows/ci_appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index b1f5eab..1bd0625 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -48,6 +48,6 @@ jobs:
- name: Build Boost
run: python -m project.ci.boost --hint AppVeyor -- --with-filesystem
- name: Build example project
- run: python -m project.ci.cmake --hint AppVeyor --install
+ run: python -m project.ci.build --hint AppVeyor --install
- name: Run example project
run: ./.ci/run_foo.ps1 (Join-Path $env:APPVEYOR_BUILD_FOLDER .. build install bin foo)