Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Sep 19, 2024
1 parent cbe83cc commit 1999d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up VCPKG deps
uses: lukka/run-vcpkg@v11
id: runvcpkg
if: ${{ runner.os != 'Linux' }}
# if: ${{ runner.os != 'Linux' }}
with:
vcpkgGitCommitId: '${{ matrix.vcpkgCommitId }}'
# Run vcpkg with the command specified by the `runVcpkgFormatString` input.
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
[
libvpx
libyuv
libaom
]
++ sharedDeps
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ ];
Expand Down

0 comments on commit 1999d4e

Please sign in to comment.