Skip to content

Commit 1ee9093

Browse files
committed
ci: Install binary package capnproto on OpenBSD instead of building it
1 parent 470fc51 commit 1ee9093

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,10 @@ jobs:
1818
uses: vmactions/openbsd-vm@v1
1919
with:
2020
prepare: |
21-
pkg_add -v cmake ninja git bash
22-
run: |
23-
git clone --depth=1 https://codeberg.org/OpenBSD/ports.git /usr/ports
21+
pkg_add -v cmake ninja bash capnproto
2422
sync: 'rsync'
2523
copyback: false
2624

27-
- name: Install capnproto
28-
run: |
29-
cd /usr/ports/devel/capnproto/
30-
make install
31-
3225
- name: Run CI script
3326
run: |
3427
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)