Skip to content

Commit

Permalink
adjust for latest c-sdk code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect committed Jan 8, 2025
1 parent 3d66f7d commit 0e32ecc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,10 @@ jobs:
run: echo "date=$(date)" >> $GITHUB_OUTPUT

- name: Install CMake/Ninja
uses: lukka/get-cmake@v3.27.6
uses: lukka/get-cmake@v3.30.1

- name: Run VCPKG
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: 'b322364f06308bdd24823f9d8f03fe0cc86fd46f'
uses: lukka/run-vcpkg@v11

- name: gcc version
run: |
Expand Down

0 comments on commit 0e32ecc

Please sign in to comment.