Skip to content

Commit

Permalink
'apt-get update' before install (aws#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Dec 18, 2023
1 parent 17cd657 commit 37e5e9c
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
sudo apt-get update && sudo 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 37e5e9c

Please sign in to comment.