Skip to content

Commit

Permalink
use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Nov 20, 2024
1 parent 63d6859 commit fd08505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: chown -R "$(id -u):$(id -g)" "$GITHUB_WORKSPACE"

- name: Install tools
run: apt-get update && apt-get -y install apt-utils build-essential ccache cmake curl doxygen git libpcap-dev pkg-config python3-pip software-properties-common tar wget xz-utils net-tools tcpreplay python3-venv python3-dev
run: sudo apt-get update && sudo apt-get -y install apt-utils build-essential ccache cmake curl doxygen git libpcap-dev pkg-config python3-pip software-properties-common tar wget xz-utils net-tools tcpreplay python3-venv python3-dev

- name: Configure PcapPlusPlus
run: cmake -DPCAPPP_BUILD_COVERAGE=ON -S . -B "$BUILD_DIR"
Expand Down

0 comments on commit fd08505

Please sign in to comment.