mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Try updating the apt database to fix CI issues
This commit is contained in:
parent
43997ab169
commit
20d0155130
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -75,7 +75,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Get Qt
|
- name: Get Qt
|
||||||
run: sudo apt-get install -qq cmake libgl1-mesa-dev libglx-dev qmake6 libqt6opengl6-dev qt6-base-dev
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt-get install -qq cmake libgl1-mesa-dev libglx-dev qmake6 libqt6opengl6-dev qt6-base-dev
|
||||||
- name: Make a debug build of UEFITool with Clang sanitizers enabled
|
- name: Make a debug build of UEFITool with Clang sanitizers enabled
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -94,7 +96,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Get Deps
|
- name: Get Deps
|
||||||
run: sudo apt-get install -qq zlib1g-dev meson qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt-get install -qq zlib1g-dev meson qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: mkdir build-meson && meson ./build-meson
|
run: mkdir build-meson && meson ./build-meson
|
||||||
- name: Build everything
|
- name: Build everything
|
||||||
|
Loading…
Reference in New Issue
Block a user