diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a6dd600b..35798815 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -74,6 +74,11 @@ jobs: build-system: cmake configure-opts: '' + - name: windows-latest-cmake-shared + os: windows-latest + build-system: cmake + configure-opts: '-DBUILD_SHARED_LIBS=ON' + - name: ubuntu-latest-gcc-autotools-64-bit-words os: ubuntu-latest cc: gcc