Skip to content

Commit

Permalink
fix(ci): install espresso component.
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Valdespino <[email protected]>
  • Loading branch information
darvld committed Nov 29, 2023
1 parent dc629cc commit da4dc68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -663,7 +663,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -752,7 +752,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down Expand Up @@ -864,7 +864,7 @@ jobs:
- name: "Setup: GraalVM (Java 20)"
uses: elide-dev/setup-graalvm@0711c08964f86c1721bebb824b2ac856457e0f55 # custom
with:
components: "native-image,js,wasm,ruby,python,llvm"
components: "native-image,js,wasm,ruby,python,llvm,espresso"
distribution: 'graalvm'
java-version: '20'
check-for-updates: true
Expand Down

0 comments on commit da4dc68

Please sign in to comment.