Skip to content

Commit

Permalink
include capnp 0.7 with ubuntu prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Sep 11, 2024
1 parent 18a89c5 commit 67b1e49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
submodules: recursive
- name: build
run: ./build.sh
- name: download capnp 0.7
run: |
cd /tmp/
mkdir tmp
wget http://launchpadlibrarian.net/472650221/libcapnp-0.7.0_0.7.0-6_amd64.deb
dpkg-deb -R lib*.deb tmp
cp tmp/usr/lib/x86_64-linux-gnu/lib*.so $GITHUB_WORKSPACE/build/bin
- name: zip plugins
run: eval "$ZIP"
- name: upload
Expand Down

0 comments on commit 67b1e49

Please sign in to comment.