Skip to content

Commit

Permalink
wip: adds check for version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 29, 2024
1 parent 3563614 commit 86f1ab1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions forge/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ inputs:
earthly_version:
description: The version of Earthly to install if not present
default: "latest"
local:
description: If true, the CLI will be installed by building it locally with Earthly (only used for testing)
default: "false"
runs:
using: composite
steps:
Expand Down Expand Up @@ -37,4 +34,7 @@ runs:
if: steps.cache-forge.outputs.cache-hit != 'true'
shell: bash
run: |
earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge
earthly --artifact ./forge/cli+build/forge /usr/local/bin/forge
- name: Check version
shell: bash
run: forge version

0 comments on commit 86f1ab1

Please sign in to comment.