Skip to content

Commit

Permalink
Merge pull request #39 from gerlero/action
Browse files Browse the repository at this point in the history
Install ca-certificates only when needed
  • Loading branch information
gerlero authored Oct 23, 2024
2 parents 3e5bc8a + fd76e4d commit 4a0fa17
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 @@ -13,7 +13,7 @@ runs:
using: "composite"
steps:
- name: Install Linux prerequisites
if: runner.os != 'macOS'
if: runner.os != 'macOS' && inputs.openfoam-version >= 1000
uses: gerlero/apt-install@v1
with:
packages: ca-certificates
Expand Down

0 comments on commit 4a0fa17

Please sign in to comment.