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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index c9d34a1..80248d0 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -51,10 +51,10 @@ jobs:
key: 'boost-${{ env.boost_version }}'
- name: Build Boost
- run: python -m project.ci.boost -- --with-filesystem
+ run: python -m project.ci.boost --hint AppVeyor -- --with-filesystem
- name: Build example project
- run: python -m project.ci.cmake --install
+ run: python -m project.ci.cmake --hint AppVeyor --install
- name: Run example project
run: |