Skip to content

Commit

Permalink
try it again phew
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 27, 2024
1 parent 9a1d1f1 commit 1f1a95b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ jobs:
vcpkg_config: Release
dotnet_rid: win-x64
# Looks like there is no native port of Snappy for windows x86
# - os: windows-latest
# arch: x86
# vcpkg_triplet: x86-windows-static
# vcpkg_config: Release
# dotnet_rid: win-x86
# no_native_snappy: true
# no_native_zstd: true
# no_native_tests: true
- os: windows-latest
arch: x86
vcpkg_triplet: x86-windows-static
vcpkg_config: Release
dotnet_rid: win-x86
cmake_options: -D CMAKE_GENERATOR_PLATFORM=x86
# no_native_snappy: true
# no_native_zstd: true
# no_native_tests: true
- os: macos-latest
arch: arm64
vcpkg_triplet: arm64-osx
Expand Down

0 comments on commit 1f1a95b

Please sign in to comment.