aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-25 13:50:53 +0800
committer苏向夜 <fu050409@163.com>2026-02-25 13:50:53 +0800
commita1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9 (patch)
treeeb704c6c2431b9337de2b52610996c695f2fb0e6 /.github
parentc939a544c3bcf803010a222f5cd30ec6cdaaa21a (diff)
downloadDropOut-a1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9.tar.gz
DropOut-a1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9.zip
fix(ci): setup makepkg before release aur
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/semifold-ci.yaml2
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