remove pref

This commit is contained in:
John Doe
2026-01-30 17:57:11 -05:00
parent b103d40ac3
commit ff2d2eecc4

View File

@@ -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