From 8ff2bb06d55e30143414936eeced683c0936be8a Mon Sep 17 00:00:00 2001 From: Piotr Galar <piotr.galar@gmail.com> Date: Mon, 6 Jun 2022 15:15:38 +0200 Subject: [PATCH] Update action.yml --- .github/actions/go-test-setup/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/go-test-setup/action.yml b/.github/actions/go-test-setup/action.yml index 0e1f11c..6b15ea0 100644 --- a/.github/actions/go-test-setup/action.yml +++ b/.github/actions/go-test-setup/action.yml @@ -11,8 +11,7 @@ runs: shell: bash if: ${{ runner.os == 'Windows' }} run: | - pacman -S --noconfirm mingw-w64-x86_64-toolchain mingw-w64-x86_64-openssl - pacman -S --noconfirm mingw-w64-i686-toolchain mingw-w64-i686-openssl + pacman -S --noconfirm mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain echo '/c/msys64/mingw64/bin' >> $GITHUB_PATH echo 'PATH_386=/c/msys64/mingw32/bin:${{ env.PATH_386 }}' >> $GITHUB_ENV - name: Linux setup