Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This fixes a bug when running on non x64 architecture that prevents
installing the binaries jaxxstorm/action-install-gh-release@410ab39
  • Loading branch information
julienp committed May 10, 2024
1 parent ed5812e commit c93a01c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
install_components: gke-gcloud-auth-plugin
- name: Install gotestfmt
uses: jaxxstorm/action-install-gh-release@v1.9.0
uses: jaxxstorm/action-install-gh-release@v1.11.0
with:
repo: gotesttools/gotestfmt
- name: Get dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
install_components: gke-gcloud-auth-plugin
- name: Install gotestfmt
uses: jaxxstorm/action-install-gh-release@v1.9.0
uses: jaxxstorm/action-install-gh-release@v1.11.0
with:
repo: gotesttools/gotestfmt
- name: Get dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_metrics_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Install gotestfmt
uses: jaxxstorm/action-install-gh-release@v1.9.0
uses: jaxxstorm/action-install-gh-release@v1.11.0
with:
repo: gotesttools/gotestfmt
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-templates-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
install_components: gke-gcloud-auth-plugin
- name: Install gotestfmt
uses: jaxxstorm/action-install-gh-release@v1.9.0
uses: jaxxstorm/action-install-gh-release@v1.11.0
with:
repo: gotesttools/gotestfmt
- name: Get dependencies
Expand Down

0 comments on commit c93a01c

Please sign in to comment.