Skip to content

Commit

Permalink
Updates path in separate build section
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 5, 2024
1 parent 4d4a21a commit 55e614b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
run: |
no | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
- name: Update path
run: |
echo "export PATH=\$PATH:/home/runner/.spicetify" >> $GITHUB_ENV
- name: npm install and build
run: |
echo "export PATH=\$PATH:/usr/local/bin:/home/runner/.spicetify" >> $GITHUB_ENV
echo $GITHUB_PATH
echo $PATH
npm install
Expand Down

0 comments on commit 55e614b

Please sign in to comment.