Skip to content

Commit

Permalink
remove install native image step
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Oct 20, 2024
1 parent c0eb2a7 commit cf66797
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,6 @@ jobs:
shell: bash
run: npm install

- name: Install GraalVM Native Image
if: matrix.java == 'graalvm@21'
shell: bash
run: gu install native-image

- name: Configure Windows Pagefile
if: matrix.os == 'windows-latest'
uses: al-cheb/configure-pagefile-action@d298bdee6b133626425040e3788f1055a8b4cf7a
Expand Down
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ ThisBuild / githubWorkflowBuildPreamble ++= Seq(
name = Some("Install jsdom and source-map-support"),
cond = Some("matrix.ci == 'ciJS'")
),
WorkflowStep.Run(
List("gu install native-image"),
name = Some("Install GraalVM Native Image"),
cond = Some(s"matrix.java == '${GraalVM.render}'")
),
WorkflowStep.Use(
UseRef.Public(
"al-cheb",
Expand Down

0 comments on commit cf66797

Please sign in to comment.