Skip to content

Commit

Permalink
VCPKG
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Sep 19, 2024
1 parent 649ec7c commit 9469742
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 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
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
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "l5p-kb-rgb",
"version-string": "0.1.0",
"dependencies": ["libvpx", "libyuv"]
"dependencies": ["libvpx", "libyuv", "aom"]
}

0 comments on commit 9469742

Please sign in to comment.