mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-21 12:22:06 +03:00
Github actions: do sudo apt update
before installing packages
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user