Skip to content

Commit 56bf2ac

Browse files
authored
Merge pull request #10 from shmokmt/fix-install-command
download raw script from github
2 parents 926969c + 129994a commit 56bf2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: "composite"
1010
steps:
11-
- run: sudo bash ./install.sh -b /usr/local/bin -d
11+
- run: curl -sfL https://raw.githubusercontent.com/shmokmt/actions-setup-tfcmt/main/install.sh | sudo sh -s -- -b /usr/local/bin -d
1212
shell: bash
1313
env:
1414
TFCMT_VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)