From a39a8c4cdc969e8c9ac38a7a4755ae1588794286 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 25 Feb 2021 11:25:49 +0000 Subject: [PATCH] mingw todo --- .github/workflows/ci.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd5d0490..7b5b47c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,14 +39,14 @@ jobs: profile: minimal override: true - - name: Install MSYS2 - if: matrix.target.triple == 'x86_64-pc-windows-gnu' - uses: msys2/setup-msys2@v2 - - name: Install MinGW Packages - if: matrix.target.triple == 'x86_64-pc-windows-gnu' - run: | - msys2 -c 'pacman -Sy --noconfirm pacman' - msys2 -c 'pacman --noconfirm -S base-devel pkg-config' + # - name: Install MSYS2 + # if: matrix.target.triple == 'x86_64-pc-windows-gnu' + # uses: msys2/setup-msys2@v2 + # - name: Install MinGW Packages + # if: matrix.target.triple == 'x86_64-pc-windows-gnu' + # run: | + # msys2 -c 'pacman -Sy --noconfirm pacman' + # msys2 -c 'pacman --noconfirm -S base-devel pkg-config' # - name: Generate Cargo.lock # uses: actions-rs/cargo@v1 @@ -80,6 +80,8 @@ jobs: args: --workspace --tests --examples - name: check full + # TODO: compile OpenSSL and run tests on MinGW + if: matrix.target.triple != 'x86_64-pc-windows-gnu' uses: actions-rs/cargo@v1 with: command: check