Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 769341 | Differences between
and this patch

Collapse All | Expand All

(-)a/.github/workflows/CICD.yml (+6 lines)
Lines 134-139 jobs: Link Here
134
        echo %CYGWIN_ROOT_WRAPPERBIN%>> %GITHUB_PATH%
134
        echo %CYGWIN_ROOT_WRAPPERBIN%>> %GITHUB_PATH%
135
        echo SHELLOPTS=igncr>> %GITHUB_ENV%
135
        echo SHELLOPTS=igncr>> %GITHUB_ENV%
136
136
137
    - name: Prepare lablgtk install (Windows)
138
      if: ${{ runner.os == 'Windows' && contains(matrix.job.ocaml-version, '+mingw') }}
139
      run: |
140
        opam install opam-depext depext-cygwinports
141
        echo "/usr/${{ steps.vars.outputs.MinGW_ARCH }}-w64-mingw32/sys-root/mingw/bin" >> $GITHUB_PATH
142
137
    - name: lablgtk install
143
    - name: lablgtk install
138
      ## [2020-09] non-working/unavailable for MSVC or musl OCaml variants ; also, non-working for 32bit OCaml variant (see [GH:garrigue/lablgtk#64](https://github.com/garrigue/lablgtk/issues/64))
144
      ## [2020-09] non-working/unavailable for MSVC or musl OCaml variants ; also, non-working for 32bit OCaml variant (see [GH:garrigue/lablgtk#64](https://github.com/garrigue/lablgtk/issues/64))
139
      if: ${{ ! ( contains(matrix.job.ocaml-version, '+msvc') || contains(matrix.job.ocaml-version, '+musl') || contains(matrix.job.ocaml-version, '+32bit') ) }}
145
      if: ${{ ! ( contains(matrix.job.ocaml-version, '+msvc') || contains(matrix.job.ocaml-version, '+musl') || contains(matrix.job.ocaml-version, '+32bit') ) }}

Return to bug 769341