Skip to content

Commit

Permalink
Newer Ruby bin path requires more than just a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed Feb 11, 2024
1 parent fbfae53 commit 1ff2dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set Environment Variables
run: |
echo "${HOME}/.gem/ruby/3.0.0/bin" >> $GITHUB_PATH
echo "${HOME}/.local/share/gem/ruby/3.0.0/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
gem install --user-install hiera-eyaml -v 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set Environment Variables
run: |
echo "${HOME}/.gem/ruby/3.0.0/bin" >> $GITHUB_PATH
echo "${HOME}/.local/share/gem/ruby/3.0.0/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
gem install --user-install hiera-eyaml -v 2.1.0
Expand Down

0 comments on commit 1ff2dbe

Please sign in to comment.