Skip to content

Commit da59bd2

Browse files
committed
change git link
1 parent b0dedb2 commit da59bd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ jobs:
751751
run: |
752752
CURRENT_REV=${{ github.event.inputs.branch }}
753753
PREVIOUS_REV=$(curl --silent "https://api.github.com/repos/${{ github.repository }}/releases/latest" | jq -r ".tag_name")
754-
git clone -b "${{ github.event.inputs.branch }}" https://pdfium.googlesource.com/pdfium.git
754+
git clone -b "${{ github.event.inputs.branch }}" https://github.com/bbbyyl/pdfium250901.git
755755
cat <<END >> RELEASE.md
756756
### Changes
757757
Commits between \`$PREVIOUS_REV\` and \`$CURRENT_REV\`:

.github/workflows/patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
1919
- name: Checkout PDFium
2020
run: |
21-
PDFium_BRANCH=$(git ls-remote --sort version:refname --refs https://pdfium.googlesource.com/pdfium.git 'chromium/*' | tail -n 1 | cut -d/ -f3-4)
21+
PDFium_BRANCH=$(git ls-remote --sort version:refname --refs https://github.com/bbbyyl/pdfium250901.git 'chromium/*' | tail -n 1 | cut -d/ -f3-4)
2222
echo "Checking out branch $PDFium_BRANCH"
23-
gclient config --unmanaged "https://pdfium.googlesource.com/pdfium.git"
23+
gclient config --unmanaged "https://github.com/bbbyyl/pdfium250901.git"
2424
gclient sync -r "origin/${PDFium_BRANCH}" --no-history --shallow
2525
2626
- name: Upload PDFium artifact

0 commit comments

Comments
 (0)