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 fc3914e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
ZIP: |
cd $GITHUB_WORKSPACE/build/bin
export PATH=/usr/local/opt/gnu-tar/libexec/gnubin:$PATH
sudo tar -czf $(uname -s)-$(uname -m).tar.gz plotjuggler libDataLoadRlog.* libDataStreamCereal.*
sudo tar -czf $(uname -s)-$(uname -m).tar.gz plotjuggler *.so
jobs:
build_ubuntu:
Expand All @@ -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
sudo 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 fc3914e

Please sign in to comment.