Skip to content

Commit

Permalink
[wrong] fix: path doesnt exist
Browse files Browse the repository at this point in the history
wrong: this commit contains intentional issues or reserved a bug from previous commits intentionally in order to test the ci
  • Loading branch information
grqz authored Sep 15, 2024
1 parent fc67dd9 commit e3f12e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Install and build server dependencies
run: |
cd server/ && yarn install --frozen-lockfile && npx tsc
cp -aT . $HOME/bgutil-ytdlp-pot-provider/server
mkdir -p $HOME/bgutil-ytdlp-pot-provider/server/
cp -aT ./ $HOME/bgutil-ytdlp-pot-provider/server/
- name: Install plugin
run: |
mkdir ~/yt-dlp-plugins && curl -L "https://github.com/coletdjnz/yt-dlp-get-pot/releases/download/v0.1.1/yt-dlp-get-pot.zip" -o ~/yt-dlp-plugins/yt-dlp-get-pot.zip
Expand Down

0 comments on commit e3f12e0

Please sign in to comment.