Skip to content

Commit

Permalink
more recent vcpkg: 6ca56aeb457f033d344a7106cb3f9f1abf8f4e98
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Oct 21, 2022
1 parent 905a565 commit 59a17bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: sqlite3
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: 'a8ac047e6c40b806ac89ac4d7281d45d7c0aaf29'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
useShell: true

- name: basic test for run-vcpkg with setupOnly
Expand All @@ -62,7 +62,7 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: sqlite3
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: 'a8ac047e6c40b806ac89ac4d7281d45d7c0aaf29'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
useShell: true
setupOnly: true

Expand All @@ -72,5 +72,5 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: '--overlay-ports=../__tests__/assets/1 sqlite3 @../__tests__/assets/tempDirectory/response_file1 --overlay-ports=../__tests__/assets/subdir/2 @../__tests__/assets/response_file2'
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: 'a8ac047e6c40b806ac89ac4d7281d45d7c0aaf29'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
useShell: true

0 comments on commit 59a17bb

Please sign in to comment.