1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-20 01:03:16 +03:00

Github actions: do sudo apt update before installing packages

This commit is contained in:
Daniele Sciascia
2023-07-17 15:41:24 +02:00
parent 62bd40800f
commit 173693f2ee

View File

@ -109,6 +109,9 @@ jobs:
with:
submodules: "recursive"
- name: Update packages
run: sudo apt update
- name: Install compiler
run: |
sudo apt-get install -y ${{ matrix.config.CC }}-${{ matrix.config.version }}