Skip to content

Commit

Permalink
Switch to cache-apt-pkgs-action
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero authored Aug 18, 2024
1 parent 4a0f8ec commit f032da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
shell: bash
- name: Install OpenFOAM on Linux (with caching)
if: steps.prep.outputs.apt-package && inputs.cache && !job.container
uses: eth-pkg/apt-[email protected]
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: ${{ steps.prep.outputs.apt-package }}
- name: Install OpenFOAM on Linux (without caching)
Expand Down

0 comments on commit f032da4

Please sign in to comment.