diff options
| author | mbkma <[email protected]> | 2026-04-25 17:22:07 +0200 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-05-05 19:29:26 +0200 |
| commit | 4a48a4d73a83fb2543700f10411850cc43821853 (patch) | |
| tree | b94d11c59e317144007a3b01079acd6b4e63e0cd /.github/workflows | |
| parent | 3fc6e65dfccbbb89c378aaa8ac161fd0c7c9807d (diff) | |
| download | mate-calc-fix-currency-conversion.tar.bz2 mate-calc-fix-currency-conversion.tar.xz | |
financial: fix currency conversionfix-currency-conversion
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 1 | ||||
| -rwxr-xr-x | .github/workflows/debian.sh | 1 | ||||
| -rwxr-xr-x | .github/workflows/fedora.sh | 1 | ||||
| -rwxr-xr-x | .github/workflows/ubuntu.sh | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index e7ba154..f2cdaa5 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -25,6 +25,7 @@ requires+=( gtk3 intltool itstool + libsoup3 libmpc make mate-common diff --git a/.github/workflows/debian.sh b/.github/workflows/debian.sh index 9f5b1bd..56ef544 100755 --- a/.github/workflows/debian.sh +++ b/.github/workflows/debian.sh @@ -23,6 +23,7 @@ requires+=( libglib2.0-dev libgmp-dev libgtk-3-dev + libsoup-3.0-dev libmpc-dev libmpfr-dev libxml2-dev diff --git a/.github/workflows/fedora.sh b/.github/workflows/fedora.sh index 7dd4d6b..1877780 100755 --- a/.github/workflows/fedora.sh +++ b/.github/workflows/fedora.sh @@ -24,6 +24,7 @@ requires+=( git gmp-devel gtk3-devel + libsoup3-devel libmpc-devel libxml2-devel make diff --git a/.github/workflows/ubuntu.sh b/.github/workflows/ubuntu.sh index 3792bd3..feb1ed7 100755 --- a/.github/workflows/ubuntu.sh +++ b/.github/workflows/ubuntu.sh @@ -24,6 +24,7 @@ requires+=( libglib2.0-dev libgmp-dev libgtk-3-dev + libsoup-3.0-dev libmpc-dev libmpfr-dev libxml2-dev |
