diff options
| author | 2026-02-25 12:21:03 +0800 | |
|---|---|---|
| committer | 2026-02-25 12:21:03 +0800 | |
| commit | de978ed58fc15d6af70f340cf0c3c27df8808f28 (patch) | |
| tree | 32ee301badcc92c9d451c9043d92fad067f7191c | |
| parent | ade4db6b724e4776ff62115b0471b337ba6cce24 (diff) | |
| download | DropOut-de978ed58fc15d6af70f340cf0c3c27df8808f28.tar.gz DropOut-de978ed58fc15d6af70f340cf0c3c27df8808f28.zip | |
fix(ci): setup makepkg before release aur
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index aad64ab..e230e3a 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -183,6 +183,8 @@ 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 |