Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jul 18, 2023
1 parent 62464bb commit a91cca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ on:
# GH-36692: Pin gemfury due to wrong faraday dependency declaration.
gem install --user-install gemfury -v 0.12.0
- name: Instal gemfury client
if: !{{ runner.os == 'Linux' && runner.arch != 'X64'}}
if: |
!(runner.os == 'Linux' && runner.arch != 'X64')
run: |
# GH-36692: Pin gemfury due to wrong faraday dependency declaration.
gem install gemfury -v 0.12.0
Expand Down

0 comments on commit a91cca5

Please sign in to comment.