Skip to content

Commit

Permalink
- drop mono for manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 7, 2024
1 parent 3bb48e0 commit 2ba348b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
package_option: ["-DWITH_STABLE_PACKAGES=ON"]
cpp_standard: [98, 20]
language_bindings:
["-DWITH_JAVA=True -DWITH_PYTHON=True -DWITH_CSHARP=True"]
["-DWITH_JAVA=True -DWITH_PYTHON=True"]
container: ["quay.io/pypa/manylinux_2_28_x86_64"]
runs-on: ${{ matrix.platform }}
container: ${{ matrix.container}}
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
ctest --version
- name: Install dependencies, configure, build
run: |
yum install -y libxml2-devel check-devel java-devel mono-devel
yum install -y libxml2-devel check-devel java-devel
cd ..
mkdir build
cd build
Expand Down

0 comments on commit 2ba348b

Please sign in to comment.