diff options
| author | 2026-02-25 13:50:53 +0800 | |
|---|---|---|
| committer | 2026-02-25 13:50:53 +0800 | |
| commit | a1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9 (patch) | |
| tree | eb704c6c2431b9337de2b52610996c695f2fb0e6 /.github | |
| parent | c939a544c3bcf803010a222f5cd30ec6cdaaa21a (diff) | |
| download | DropOut-a1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9.tar.gz DropOut-a1126acbfe3f3e4ddaa85eb2e7d1af738572e9b9.zip | |
fix(ci): setup makepkg before release aur
Diffstat (limited to '.github')
| -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 |