mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Update main.yml
Fix meson builds in CI
This commit is contained in:
parent
862cdb1931
commit
15026849d2
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get Deps
|
||||
run: sudo apt-get install -qq zlib1g-dev meson qt5-default
|
||||
run: sudo apt-get install -qq zlib1g-dev meson qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
|
||||
- name: Configure build
|
||||
run: mkdir build-meson && meson ./build-meson
|
||||
- name: Build everything
|
||||
|
Loading…
Reference in New Issue
Block a user