Skip to content

Commit 799ce54

Browse files
authored
Update build.yml
1 parent 022b405 commit 799ce54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
2525
echo 'export PATH="$PATH:$PWD/depot_tools"' >> ~/.bash_profile
2626
source ~/.bash_profile
27-
27+
2828
# Fetch Chromium for iOS
2929
mkdir chromium && cd chromium
30-
fetch ios --no-history
30+
fetch ios --nohistory # Corrected the flag here
3131
cd src
3232
33+
3334
- name: Build Blink Chrome for iOS
3435
run: |
3536
# Set up the build for Blink on iOS

0 commit comments

Comments
 (0)