Skip to content

Commit

Permalink
Changes yes to no for installing Spicetify marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 4, 2024
1 parent 3492676 commit c5f1b1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: Install Spicetify
continue-on-error: true
run: |
yes | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
no | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
- name: npm install and build
run: |
~/.profile
npm install
npm run build

0 comments on commit c5f1b1e

Please sign in to comment.