diff options
| author | 2026-02-25 12:46:42 +0800 | |
|---|---|---|
| committer | 2026-02-25 12:46:42 +0800 | |
| commit | e7dabcb932cc76ca93f413f2f649544c0ff86a8c (patch) | |
| tree | 6adec629aa13931590a12e2922f59bc1dbfd214d /.github/workflows | |
| parent | 33b49ed67b8045a2534c805f90d95831a3f9d80b (diff) | |
| download | DropOut-e7dabcb932cc76ca93f413f2f649544c0ff86a8c.tar.gz DropOut-e7dabcb932cc76ca93f413f2f649544c0ff86a8c.zip | |
revert: revert due to pkgbuild error
This reverts commit de978ed58fc15d6af70f340cf0c3c27df8808f28.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index e230e3a..aad64ab 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -183,8 +183,6 @@ jobs: node-version: 22 cache: "pnpm" cache-dependency-path: "pnpm-lock.yaml" - - name: Install Makepkg - run: sudo apt-get update && sudo apt-get install -y makepkg pacman - name: Install Node.js Dependencies run: pnpm install - name: Download build artifacts |