Skip to content

Commit 27bc780

Browse files
committed
chore(ci): install via pacman
1 parent 1a7b992 commit 27bc780

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: actions/setup-python@v5
20-
- run: pip install cram
21-
- uses: extractions/setup-just@v2
19+
- name: System dependencies
20+
run: |
21+
pacman -S --needed --noconfirm \
22+
just \
23+
python-cram
2224
- run: just test

0 commit comments

Comments
 (0)