Skip to content

Commit

Permalink
Replace action to install terraform with one that works on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelaferreira committed Oct 23, 2021
1 parent 3e7e64f commit 8b8e651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
arch: 'amd64'
- name: "[${{ runner.os }}] Install native-image"
run: gu install native-image
- name: Install Terraform
uses: little-core-labs/install-terraform@v2.0.0
- name: "[${{ runner.os }}] Install Terraform"
uses: autero1/action-terraform@v1.0.3
with:
version: 1.0.8
terraform_version: 1.0.8
- name: "[${{ runner.os }}] Setup SSH"
run: |
mkdir -p ~/.ssh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: "Install native-image"
run: |
gu install native-image
- name: Install Terraform
uses: little-core-labs/install-terraform@v2.0.0
- name: "Install Terraform"
uses: autero1/action-terraform@v1.0.3
with:
version: 1.0.8
terraform_version: 1.0.8
- name: "Setup SSH"
run: |
mkdir -p ~/.ssh
Expand Down

0 comments on commit 8b8e651

Please sign in to comment.