Mercurial > minori
changeset 22:33961277a40f
ci: switch image from arch to alpine
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 23:50:02 -0400 |
parents | c61ce6155e92 |
children | 386b9c08f185 |
files | .builds/linux.yml .builds/win32.yml |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.builds/linux.yml Tue Sep 19 23:44:49 2023 -0400 +++ b/.builds/linux.yml Tue Sep 19 23:50:02 2023 -0400 @@ -1,6 +1,6 @@ -image: archlinux +image: alpine/edge packages: - - qt5-base + - qt5-qtbase - cmake - gcc - curl
--- a/.builds/win32.yml Tue Sep 19 23:44:49 2023 -0400 +++ b/.builds/win32.yml Tue Sep 19 23:50:02 2023 -0400 @@ -1,9 +1,9 @@ -image: archlinux +image: alpine/edge packages: - wget - tar - zstd - - gnupg + - gpg - clang - lld - wine @@ -24,4 +24,4 @@ triggers: - action: email condition: failure - to: Paper <mrpapersonic@gmail.com> \ No newline at end of file + to: Paper <mrpapersonic@gmail.com>