remove pref
This commit is contained in:
@@ -31,12 +31,10 @@ jobs:
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: yindo/drop-app
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone --recursive --depth=0 https://free-git.org/yindo/drop-app.git .
|
||||
git config --global --add safe.directory $PWD
|
||||
|
||||
- name: setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
Reference in New Issue
Block a user