File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
172
172
- uses : actions/setup-python@v5
173
173
with :
174
- python-version : ' 3.11'
174
+ python-version : " 3.11"
175
175
176
176
- name : Install depot_tools
177
177
run : |
@@ -186,7 +186,7 @@ jobs:
186
186
187
187
- name : Build
188
188
run : |
189
- # Change host_toolchain to mac/clang_x64 .
189
+ # Change host_toolchain to mac/clang_arm64 .
190
190
sed -i "" "s|//build/toolchain/linux:clang_$host_cpu|//build/toolchain/mac:clang_$host_cpu|g" src/build/config/BUILDCONFIG.gn
191
191
192
192
# Pass dummy values to prevent using the default (Linux) toolchain.
@@ -200,12 +200,12 @@ jobs:
200
200
--runtime-mode=${{ matrix.mode }} \
201
201
--disable-desktop-embeddings \
202
202
--target-dir build
203
- ninja -C src/out/build clang_x64 /gen_snapshot
203
+ ninja -C src/out/build clang_arm64 /gen_snapshot
204
204
205
205
- uses : actions/upload-artifact@v4
206
206
with :
207
207
name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_darwin-x64
208
- path : src/out/build/clang_x64 /gen_snapshot
208
+ path : src/out/build/clang_arm64 /gen_snapshot
209
209
if-no-files-found : error
210
210
211
211
release :
You can’t perform that action at this time.
0 commit comments