Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Mar 18, 2024
1 parent 8b5bbb1 commit 65de4e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
include:
- name: Windows
os: windows-latest
- name: Linux
os: ubuntu-latest
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
steps:
Expand All @@ -22,12 +24,12 @@ jobs:
with:
vcpkgJsonGlob: "**/vcpkg.json"
vcpkgDirectory: "${{ github.workspace }}/vcpkg"
vcpkgGitCommitId: "962e5e39f8a25f42522f51fffc574e05a3efd26b"
vcpkgGitCommitId: "fba75d09065fcc76a25dcf386b1d00d33f5175af"
- name: Install simdjson
run: |
$VCPKG_ROOT/vcpkg install simdjson:x64-windows
shell: bash
- name: Configure
run: cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -B build
- name: Build
run: cmake --build build --verbose
run: cmake --build build --verbose

0 comments on commit 65de4e6

Please sign in to comment.