scibaric
scibaric
``` steps: - uses: actions/checkout@v3 - name: Set up JDK 17 uses: graalvm/setup-graalvm@v1 with: java-version: '17.0.7' version: 'latest' distribution: 'graalvm' native-image-musl: 'true' github-token: ${{ secrets.GITHUB_TOKEN }} cache: 'maven' ``` Fails...
The snap version in the snapcraft.io store seems outdated. While the version in the `snapcraft.yaml` file appears current, there's a discrepancy. Why isn't the updated version reflected in the store?