Skip to content

Commit

Permalink
don't build windows 32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 15, 2024
1 parent 3f263fc commit 5610f3f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5610f3f

Please sign in to comment.