Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Jan 28, 2023
1 parent 87c9a10 commit 72e9fba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
include:
- osversion: ubuntu-18.04
arch: "X64"
arch: "x64"
force_system_binary: 0
- osversion: ubuntu-20.04
arch: "X64"
arch: "x64"
force_system_binary: 0
- osversion: ubuntu-22.04
arch: "X64"
arch: "x64"
force_system_binary: 0
- osversion: ubuntu-20.04
arch: "arm64"
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:
fail-fast: false
matrix:
include:
- arch: "X64"
- arch: "ARM64"
- arch: "x64"
- arch: "arm64"
env:
VCPKG_DEP_LIST: ${{ matrix.arch }}-osx
VCPKG_FEATURE_FLAGS: -binarycaching
Expand Down
9 changes: 8 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"zeromq",
"cppzmq",
"grpc",
"cpprestsdk",
"libevent",
"fmt",
"paho-mqttpp3",
Expand All @@ -19,10 +18,12 @@
"libsodium",
"eigen3",
"gtest",
"benchmark",
"antlr4",
"spdlog",
"folly",
"jemalloc-nes",
"simdjson",
{
"name": "cppkafka",
"platform": "!osx"
Expand Down Expand Up @@ -52,6 +53,12 @@
},
{
"name": "spdlog", "version": "1.11.0"
},
{
"name": "folly", "version-string": "2022.10.31.00"
},
{
"name": "simdjson", "version": "3.0.0"
}
]
}

0 comments on commit 72e9fba

Please sign in to comment.