Skip to content

Commit

Permalink
fix: nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Nov 25, 2023
1 parent 48c6885 commit 809f3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: get custom react music player
run: git clone https://github.com/lovegaoshi/react-music-player.git ../react-jinke-music-player
run: git clone https://github.com/lovegaoshi/react-music-player.git ../react-music-player

- name: build rjmp
run: cd ../react-jinke-music-player && yarn && yarn build
run: cd ../react-music-player && yarn && yarn build

- name: Install dependencies
run: yarn; git submodule update --init --recursive
Expand Down

0 comments on commit 809f3d3

Please sign in to comment.