diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d135a3c..3573201 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: - name: Setup vcpkg uses: lukka/run-vcpkg@v4 with: - vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7' + vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036' setupOnly: true - name: Create Build Environment @@ -84,7 +84,7 @@ jobs: - name: Setup vcpkg uses: lukka/run-vcpkg@v4 with: - vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7' + vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036' setupOnly: true - name: Create Build Environment @@ -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 @@ -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 diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index b52ecba..d1e056b 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -16,7 +16,7 @@ jobs: - name: Setup vcpkg uses: lukka/run-vcpkg@v4 with: - vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7' + vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036' setupOnly: true - name: Create Build Environment @@ -39,7 +39,7 @@ jobs: - name: Setup vcpkg uses: lukka/run-vcpkg@v4 with: - vcpkgGitCommitId: '70992f64912b9ab0e60e915ab7421faa197524b7' + vcpkgGitCommitId: '11cbb6b57b502d4864fa3c51b36b1ec88527a036' setupOnly: true - name: Create Build Environment diff --git a/vcpkg.json b/vcpkg.json index 4a3768a..61850f3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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"