generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -291,11 +291,10 @@ jobs: | |
### | ||
echo "Setup vcpkg" | ||
cd $CURR_DIR | ||
git clone https://github.com/hafenkran/vcpkg.git | ||
git clone https://github.com/microsoft/vcpkg.git | ||
cd vcpkg | ||
# git fetch | ||
git fetch | ||
# git checkout f7d13cb679898dbe65fd5cf1cab43bd013feb092 | ||
git checkout 230d85084ca006926d51c3d332c94298fb3bd56c | ||
#export CC="${CC}" | ||
#export CXX="${CXX}" | ||
./bootstrap-vcpkg.sh | ||
|
@@ -530,7 +529,7 @@ jobs: | |
- name: Setup vcpkg | ||
uses: lukka/[email protected] | ||
with: | ||
vcpkgGitURL: https://github.com/hafenkran/vcpkg | ||
vcpkgGitURL: https://github.com/microsoft/vcpkg | ||
vcpkgGitCommitId: ${{ inputs.vcpkg_commit }} | ||
|
||
- name: Install Rust cross compile dependency | ||
|
@@ -625,7 +624,7 @@ jobs: | |
- name: Setup vcpkg | ||
uses: lukka/[email protected] | ||
with: | ||
vcpkgGitURL: https://github.com/hafenkran/vcpkg.git | ||
vcpkgGitURL: https://github.com/microsoft/vcpkg.git | ||
vcpkgGitCommitId: ${{ inputs.vcpkg_commit }} | ||
|
||
# - name: Install SSL Certificates | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters