Skip to content

Commit

Permalink
fix pcap remove
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 3, 2024
1 parent b9d9c8d commit e7103e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ jobs:

- name: Remove libpcap from conanfile
shell: bash
run: |
sed -i -e "s/libpcap.*//g" "${{github.workspace}}\conanfile.py"
run: sed -i "/libpcap/d" "${{github.workspace}}\conanfile.py"

- name: Setup Conan Cache
uses: actions/cache@v3
Expand Down

0 comments on commit e7103e5

Please sign in to comment.