Skip to content

Commit

Permalink
add path to install rye
Browse files Browse the repository at this point in the history
  • Loading branch information
imyutaro committed Jul 13, 2023
1 parent 0bada1f commit 3a68702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install rye
run: |
curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
echo '$HOME/.rye/env' >> $GITHUB_PATH
echo "$HOME/.rye/env" >> $GITHUB_PATH
echo $PATH
echo $GITHUB_PATH
- name: Build
Expand Down

0 comments on commit 3a68702

Please sign in to comment.