diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci_appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index 6b66455..be48ba0 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -45,15 +45,15 @@ jobs: with: python-version: '3.x' + - name: Create C:\projects + run: mkdir C:\projects + - name: Cache Boost uses: actions/cache@v2.1.4 with: path: C:\projects\boost_*.tar.gz key: 'boost-${{ env.boost_version }}' - - name: Create C:\projects - run: mkdir C:\projects - - name: Build Boost run: python -m project.ci.appveyor.boost -- --with-filesystem |