File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 VCPKG_ROOT : ${{ github.workspace }}/vcpkg
1919 steps :
2020 - name : checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v6
2222 - name : Setup vcpkg
2323 uses : lukka/run-vcpkg@v11
2424 with :
2525 vcpkgJsonGlob : " **/vcpkg.json"
2626 vcpkgDirectory : " ${{ github.workspace }}/vcpkg"
27- vcpkgGitCommitId : " fba75d09065fcc76a25dcf386b1d00d33f5175af "
27+ vcpkgGitCommitId : " 62159a45e18f3a9ac0548628dcaf74fcb60c6ff9 "
2828 - name : Install simdjson
2929 run : |
3030 $VCPKG_ROOT/vcpkg install simdjson
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
22
3- project (test_simdjson_install VERSION 0.1 .0 LANGUAGES CXX )
3+ project (test_simdjson_install VERSION 0.2 .0 LANGUAGES CXX )
44
55set (CMAKE_CXX_STANDARD 17)
66set (CMAKE_CXX_STANDARD_REQUIRED ON )
You can’t perform that action at this time.
0 commit comments