Skip to content

Commit

Permalink
recommit
Browse files Browse the repository at this point in the history
  • Loading branch information
reece394 authored Aug 12, 2024
1 parent f571f37 commit 9305c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion steps/02-checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ if [ "$ENABLE_V8" == "false" ]; then
fi

# Clone
gclient
python3 --version
gclient config --unmanaged "$PDFium_URL" "${CONFIG_ARGS[@]-}"
echo "target_os = [ '$OS' ]" >> .gclient

Expand All @@ -24,4 +26,4 @@ for FOLDER in pdfium pdfium/build pdfium/third_party/libjpeg_turbo pdfium/base/a
fi
done

gclient sync -r "origin/${PDFium_BRANCH:-main}" --no-history --shallow
gclient sync -r "origin/chromium/6043" --no-history --shallow

0 comments on commit 9305c31

Please sign in to comment.