Skip to content

Commit

Permalink
Still. Fixing the bug of Ubuntu workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Sep 21, 2023
1 parent 47b6fd1 commit edba895
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

- name: Place the plugin
run:
cp ./target/release/libzenoh_dissector.dylib /Applications/Wireshark.app/Contents/PlugIns/wireshark/4-0/epan/libzenoh_dissector.so
run: |
mkdir -p ~/.local/lib/wireshark/plugins/4.0/epan
cp ./target/release/libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.0/epan/libzenoh_dissector.so
- name: Test the sample data
run: |
Expand Down

0 comments on commit edba895

Please sign in to comment.