Skip to content

[asdf-vm/actions/[email protected]]: FAILED: missing callback download during plugin test #609

@vic1707

Description

@vic1707
Image

Downgrading to asdf-vm/actions/[email protected] fixes the issue.

jobs:
    install:
        name: Test install latest
        strategy:
            fail-fast: false
            matrix:
                include:
                    - os: ubuntu-latest
                    - os: ubuntu-latest
                      container: alpine:latest
                    - os: macos-latest
        runs-on: ${{ matrix.os }}
        container: ${{ matrix.container }}
        steps:
            - uses: actions/[email protected]
            - if: ${{ matrix.container == 'alpine:latest' }}
              run: apk add --no-cache bash
            - if: ${{ matrix.os == 'ubuntu-latest' && !matrix.container }}
              run: sudo apt install --update -y git curl
            - name: extract tool-name
              id: tool-name
              run: |
                  source lib/utils
                  echo "tool_name=$TOOL_NAME" >> $GITHUB_OUTPUT
            - name: Test install
              uses: asdf-vm/actions/[email protected]
              with:
                  command: ${{ steps.tool-name.outputs.tool_name }} --version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions