mirror of
https://github.com/tc39/test262.git
synced 2025-12-01 11:03:13 +01:00
Update ESMeta version to v0.6.2
This commit is contained in:
parent
6a73fa8f11
commit
c67a548997
4
.github/workflows/esmeta-test262.yml
vendored
4
.github/workflows/esmeta-test262.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
name: 'esmeta test262'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v3
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
- name: download esmeta
|
||||
run: |
|
||||
mkdir -p "${ESMETA_HOME}"
|
||||
git clone --branch v0.4.2 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
|
||||
git clone --branch v0.6.2 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
|
||||
cd "${ESMETA_HOME}" && git submodule update --init --depth 1
|
||||
- name: build esmeta
|
||||
working-directory: ${{ env.ESMETA_HOME }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user