Skip to content

Commit

Permalink
Install tfcmt
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Nov 21, 2023
1 parent 9610da2 commit 5ea94f0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,12 @@ runs:
stack: ${{ inputs.stack }}
settings-path: github.actions_enabled

- name: Update Global Path for tfcmt
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }}
shell: bash
run: |
# setup-tfcmt requires this PATH update when running on self-hosted (amazon linux) https://github.com/shmokmt/actions-setup-tfcmt/blob/main/action.yml#L11C1-L12C1
echo "/usr/local/bin" >> $GITHUB_PATH
- name: Install tfcmt
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }}
uses: shmokmt/actions-setup-tfcmt@v2
uses: jaxxstorm/[email protected]
with:
version: v4.6.0
repo: suzuki-shunsuke/tfcmt
tag: v4.6.0

- name: Prepare Artifacts Directory
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }}
Expand Down

0 comments on commit 5ea94f0

Please sign in to comment.