Skip to content

Commit

Permalink
'apt-get update' before install
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Dec 18, 2023
1 parent 17cd657 commit 3e5cb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Install OS Dependencies
run: |
sudo apt-get -y --no-install-recommends install cmake gcc ninja-build golang make libpcap-dev binutils-dev
apt-get update && apt-get -y --no-install-recommends install cmake gcc ninja-build golang make libpcap-dev binutils-dev
- uses: actions/checkout@v3
- name: Run integration build
run: |
Expand Down

0 comments on commit 3e5cb04

Please sign in to comment.