Skip to content

Commit

Permalink
run cache action on linux builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Oct 10, 2024
1 parent 6b7cefc commit bbe1949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ runs:
vcpkgJsonGlob: './vcpkg.json'

- uses: actions/cache@v4
if: runner.os != 'Linux'
with:
key: deps-${{ inputs.preset }}-${{ hashFiles('./vcpkg.json') }}
path: './vcpkg/packages'
Expand Down

0 comments on commit bbe1949

Please sign in to comment.