Skip to content

Commit

Permalink
Updated vcpkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonJoker committed Nov 22, 2023
1 parent 9fb944a commit 5b0ac36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v4
with:
vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7'
vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036'
setupOnly: true

- name: Create Build Environment
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v4
with:
vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7'
vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036'
setupOnly: true

- name: Create Build Environment
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v4
with:
vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7'
vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036'
setupOnly: true

- name: Install necessary G++ version
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v4
with:
vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7'
vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036'
setupOnly: true

- name: Install necessary Clang++ version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v4
with:
vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7'
vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036'
setupOnly: true

- name: Create Build Environment
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v4
with:
vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7'
vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036'
setupOnly: true

- name: Create Build Environment
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "aria",
"version": "1.0.0",
"builtin-baseline": "70992f64912b9ab0e60e915ab7421faa197524b7",
"builtin-baseline": "11cbb6b57b502d4864fa3c51b36b1ec88527a036",
"dependencies": [
"sqlite3",
"wxwidgets"
Expand Down

0 comments on commit 5b0ac36

Please sign in to comment.