Skip to content

Commit

Permalink
workflows: force apt update
Browse files Browse the repository at this point in the history
force apt update on unit tests 18.04
  • Loading branch information
niedbalski committed Mar 22, 2021
1 parent e7ff72c commit 961ed61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Setup environment ubuntu-18.04
if: matrix.os == 'ubuntu-18.04'
run: |
sudo apt update
sudo apt install -yyq gcc-7 g++-7 clang-6.0 libsystemd-dev gcovr
sudo ln -s /usr/bin/llvm-symbolizer-6.0 /usr/bin/llvm-symbolizer || true
Expand Down Expand Up @@ -72,4 +73,4 @@ jobs:
env:
CC: gcc
CXX: g++
FLB_OPT: ${{ matrix.flb_option }}
FLB_OPT: ${{ matrix.flb_option }}

0 comments on commit 961ed61

Please sign in to comment.