Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 5, 2024
1 parent 63e9f4f commit 02e267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Ruby ${{ matrix.ruby }} pt 1
run: |
echo "PATH=/usr/bin:$HOME/.bundle/bin:`/usr/bin/gem environment | awk '/USER INSTALLATION DIRECTORY/{print $NF}'`/bin:$PATH" >> $GITHUB_ENV
echo "GEM_PATH=$HOME/.gem" >> $GITHUB_ENV
echo "GEM_HOME=$HOME/.gem" >> $GITHUB_ENV
if: ${{ matrix.ruby == 'system' }}
- name: Set up Ruby ${{ matrix.ruby }} pt 2
run: |
Expand Down

0 comments on commit 02e267c

Please sign in to comment.