diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-04-23 10:36:13 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-04-23 13:26:01 -0700 |
commit | 97f7e3d83cdafbd94d4a164582ea71035c996baa (patch) | |
tree | 1e48ca128befcbb4af5db9e506bc27e85a453b01 /ci | |
parent | 7b7f93a09f90c93d94e4a78ddc1dd766f05bf4a9 (diff) | |
download | meson-97f7e3d83cdafbd94d4a164582ea71035c996baa.zip meson-97f7e3d83cdafbd94d4a164582ea71035c996baa.tar.gz meson-97f7e3d83cdafbd94d4a164582ea71035c996baa.tar.bz2 |
ci: Try to fix opensuse image
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/ciimage/opensuse/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/opensuse/install.sh b/ci/ciimage/opensuse/install.sh index 79be8a1..7c90ec3 100755 --- a/ci/ciimage/opensuse/install.sh +++ b/ci/ciimage/opensuse/install.sh @@ -17,7 +17,7 @@ pkgs=( libxml2-devel libxslt-devel libyaml-devel glib2-devel json-glib-devel boost-devel libboost_date_time-devel libboost_filesystem-devel libboost_locale-devel libboost_system-devel libboost_test-devel libboost_log-devel libboost_regex-devel - libboost_python-devel libboost_python-py3-1_71_0-devel libboost_regex-devel + libboost_python-py3-1_71_0-devel libboost_regex-devel ) # Sys update |