From 5610f3f0811eb2143387c2168503b101f3ce2b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Sat, 15 Jun 2024 18:00:25 +0200 Subject: [PATCH] don't build windows 32 bits --- .github/workflows/windows.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 329868f2..ea34c7d7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,4 +1,4 @@ -name: Build for Windows 64-bit and 32-bit +name: Build for Windows 64-bit # and 32-bit on: workflow_call: push: @@ -13,7 +13,7 @@ jobs: matrix: job: - { vcpkg_triplet: x64-windows-static-release , arch: x86_64 } - - { vcpkg_triplet: x86-windows-static-release , arch: i686 } + # - { vcpkg_triplet: x86-windows-static-release , arch: i686 } steps: - name: Checkout code @@ -53,16 +53,6 @@ jobs: with: node-version: '20' - - name: vcpkg build - uses: johnwason/vcpkg-action@v6 - id: vcpkg - continue-on-error: true - with: - pkgs: libsodium_1_0_20 - triplet: ${{ matrix.job.vcpkg_triplet }} - token: ${{ github.token }} - github-binarycache: true - - name: Build continue-on-error: true shell: cmd