Skip to content

Commit

Permalink
apacheGH-36692: [CI][Packaging] Install required faraday gem to push …
Browse files Browse the repository at this point in the history
…wheels
  • Loading branch information
raulcd committed Jul 14, 2023
1 parent cf558cc commit 4dd518f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ on:
shell: bash
run: |
PATH=$(echo $(ruby -r rubygems -e 'puts Gem.user_dir') | sed "s/C:\//\/c\//")/bin:$PATH
gem install --user-install faraday -v 1.10.3
gem install --user-install gemfury
fury push \
--api-token=${CROSSBOW_GEMFURY_TOKEN} \
Expand Down

0 comments on commit 4dd518f

Please sign in to comment.