Skip to content

Commit

Permalink
Merge pull request #44 from gerlero/action
Browse files Browse the repository at this point in the history
Remove unneeded step
  • Loading branch information
gerlero authored Oct 24, 2024
2 parents b278548 + 6eb7e6d commit a8c0c14
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ branding:
runs:
using: "composite"
steps:
- name: Install Linux prerequisites
if: runner.os != 'macOS' && inputs.openfoam-version >= 1000
uses: gerlero/apt-install@v1
with:
packages: ca-certificates
upgrade: false
install-recommends: false
cache: ${{ inputs.cache == 'true' }}
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit a8c0c14

Please sign in to comment.