Skip to content

Commit

Permalink
Remove location of terminal refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 4, 2024
1 parent f7f2db9 commit c608281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
continue-on-error: true
run: |
yes | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
source ~/.bashrc
source ~/.zshrc
~/.profile
- name: npm install and build
run: |
source ~/.bashrc
source ~/.zshrc
~/.profile
npm install
npm run build

0 comments on commit c608281

Please sign in to comment.