Skip to content

Commit

Permalink
Run apt-get update before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 25, 2020
1 parent 112791d commit c7593b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
run: sudo apt-get install -y cmake qt5-default libqt5svg5-dev libboost-dev libpulse-dev portaudio19-dev liblog4cpp5-dev gnuradio-dev gr-osmosdr gr-fcdproplus liborc-0.4-dev
run: sudo apt-get update -qq && sudo apt-get install -y cmake qt5-default libqt5svg5-dev libboost-dev libpulse-dev portaudio19-dev liblog4cpp5-dev gnuradio-dev gr-osmosdr gr-fcdproplus liborc-0.4-dev
- name: Checkout code
uses: actions/checkout@v2
- name: Configure
Expand Down

0 comments on commit c7593b6

Please sign in to comment.