Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ialex32x committed Sep 13, 2024
1 parent e4a759c commit d11f54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_v8_ios_x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: v8-ios-arm64
name: v8-ios-x86_64

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
git checkout refs/tags/12.4.254.20
gclient sync -D
- name: Build v8 ios-arm64
- name: Build v8 ios-x86_64
run: |
export PATH=$GITHUB_WORKSPACE/depot_tools:$PATH
cd $GITHUB_WORKSPACE/v8/v8
Expand Down

0 comments on commit d11f54a

Please sign in to comment.