Skip to content

Commit

Permalink
ci: test cache again on win
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 7, 2024
1 parent 3cccc68 commit f8f4408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ jobs:

- name: cache boost build
id: cache-boost-build
if: startsWith(runner.os, 'Linux')
uses: actions/[email protected]
with:
lookup-only: false
path: ${{ env.BOOST_ROOT }}/
key: ${{ runner.os }}-boost-build
env:
BOOST_ROOT: ${{ steps.workset.outputs.boostdir }}

- name: Build Boost
id: boost
Expand Down

0 comments on commit f8f4408

Please sign in to comment.