Skip to content

Commit da991f0

Browse files
committed
chore: don't call makepkg for arch ci
1 parent f62775f commit da991f0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
3333
- name: Build
3434
run: |
35-
cd arch/
36-
chown -R builder:builder .
37-
sudo -u builder makepkg -si --noconfirm
35+
meson setup build
36+
ninja -C build
3837
3938
alpine:
4039
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)