Skip to content

1.3.0 seems to fail on windows-latest #137

@Athou

Description

@Athou

Hey there,

Renovate tried to bump graalvm/setup-graalvm from aafbedb to dea0e3d in Athou/commafeed#1679 but the CI fails on windows-latest with the following error: No file in D:\a\commafeed\commafeed matched to [**/pom.xml], make sure you have checked out the target repository.

The CI works fine with 1.2.8. Any ideas?

Run graalvm/setup-graalvm@dea0e3da952f9bd6e18653af61b6b4bd9d3dafa5
  with:
    java-version: 21
    distribution: graalvm
    cache: maven
    java-package: jdk
    github-token: ***
    set-java-home: true
    check-for-updates: true
    native-image-musl: false
    native-image-job-reports: false
    native-image-pr-reports: false
    native-image-pr-reports-update-existing: false
    native-image-enable-sbom: false
  env:
    JAVA_VERSION: 21
    DOCKER_BUILD_SUMMARY: false
"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\8e4a182b-4ea9-4fa7-bf4c-312a95192f0b', 'D:\a\_temp\20331f71-ef7a-4fb3-a648-0da915c491f7', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\8e4a182b-4ea9-4fa7-bf4c-312a95192f0b' -DestinationPath 'D:\a\_temp\20331f71-ef7a-4fb3-a648-0da915c491f7' -Force } else { throw $_ } } ;"
Adding graalvm-jdk-21_windows-x64_bin 21 to tool-cache ...
Error: No file in D:\a\commafeed\commafeed matched to [**/pom.xml], make sure you have checked out the target repository

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions