Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Jan 2, 2025
1 parent 8d490a8 commit 50170f7
Show file tree
Hide file tree
Showing 15 changed files with 2,784 additions and 1,045 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
artifact_name: target/debug/legion-kb-rgb
asset_name: legion-kb-rgb-linux
triplet: x64-linux
vcpkgCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131'
vcpkgCommitId: 'ab67d6306b5e9af69684af5ec761c97731e75834'
- name: windows
os: windows-latest
artifact_name: target/debug/legion-kb-rgb.exe
asset_name: legion-kb-rgb-windows
triplet: x64-windows-static
vcpkgCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131'
vcpkgCommitId: 'ab67d6306b5e9af69684af5ec761c97731e75834'

env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Set up VCPKG deps
uses: lukka/run-vcpkg@v11
id: runvcpkg
# if: ${{ runner.os != 'Linux' }}
with:
vcpkgGitCommitId: '${{ matrix.vcpkgCommitId }}'
# Run vcpkg with the command specified by the `runVcpkgFormatString` input.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
artifact_name: target/release/legion-kb-rgb
asset_name: legion-kb-rgb-linux
triplet: x64-linux
vcpkgCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131'
vcpkgCommitId: 'ab67d6306b5e9af69684af5ec761c97731e75834'
- name: windows
os: windows-latest
artifact_name: target/release/legion-kb-rgb.exe
asset_name: legion-kb-rgb-windows
triplet: x64-windows-static
vcpkgCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131'
vcpkgCommitId: 'ab67d6306b5e9af69684af5ec761c97731e75834'

env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
Expand Down
Loading

0 comments on commit 50170f7

Please sign in to comment.