mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
update es-meta version to v0.4.1
This commit is contained in:
parent
9c94de66c8
commit
ac778eaa29
4
.github/workflows/esmeta-test262.yml
vendored
4
.github/workflows/esmeta-test262.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Setup JDK
|
- name: Setup JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: download esmeta
|
- name: download esmeta
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "${ESMETA_HOME}"
|
mkdir -p "${ESMETA_HOME}"
|
||||||
git clone --branch v0.1.0-rc8 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
|
git clone --branch v0.4.1 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
|
||||||
cd "${ESMETA_HOME}" && git submodule update --init --depth 1
|
cd "${ESMETA_HOME}" && git submodule update --init --depth 1
|
||||||
- name: build esmeta
|
- name: build esmeta
|
||||||
working-directory: ${{ env.ESMETA_HOME }}
|
working-directory: ${{ env.ESMETA_HOME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user