Skip to content

Commit

Permalink
Update tfcmt (#28)
Browse files Browse the repository at this point in the history
* Update tfcmt

* Update action.yml

* Update action.yml
  • Loading branch information
goruha authored Nov 21, 2023
1 parent 7a71112 commit bf66909
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,12 @@ runs:
echo "ACTIONS_ENABLED=false" >> $GITHUB_ENV
fi
- name: Update Global Path for tfcmt
if: env.ACTIONS_ENABLED == '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: env.ACTIONS_ENABLED == 'true'
uses: shmokmt/actions-setup-tfcmt@v2
if: env.ACTIONS_ENABLED == 'true'
uses: jaxxstorm/[email protected]
with:
version: v4.4.1
repo: suzuki-shunsuke/tfcmt
tag: v4.6.0

- name: Define Job Variables
if: env.ACTIONS_ENABLED == 'true'
Expand Down

0 comments on commit bf66909

Please sign in to comment.