ICU-22406 limit the configuration

This commit is contained in:
Frank Tang 2023-06-08 11:13:05 -07:00 committed by Frank Yung-Fong Tang
parent ded6244035
commit e4eb997f41

View file

@ -260,9 +260,8 @@ jobs:
fail-fast: false
matrix:
build_option:
- --enable-static
- --disable-shared
- --enable-static --disable-shared
[ --enable-static, --enable-static --disable-shared ]
# --disable-shared has a build problem.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2