Hopefully fix CI
This commit is contained in:
parent
66f2b9b1d4
commit
43acdd4341
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: apt update -y && apt install meson build-essential libmagick++-dev
|
||||
run: sudo apt update -y && sudo apt install meson build-essential libmagick++-dev -y
|
||||
- name: Set up build directory
|
||||
run: meson setup builddir
|
||||
- name: Build
|
||||
|
|
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
shell: msys2 {0}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: msys2/setup-msys@v2
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: UCRT64
|
||||
update: true
|
||||
|
|
Loading…
Reference in a new issue