We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it takes 4 hours to run
strategy: fail-fast: false matrix: include: - { arch: aarch64, distro: alpine_latest } - { arch: aarch64, distro: ubuntu_latest } - { arch: riscv64, distro: alpine_latest } - { arch: riscv64, distro: ubuntu_latest } steps: - uses: actions/checkout@v4 - name: Test the console output if: >- ${{ matrix.distro }} == 'ubuntu_latest' || github.event.action == 'prerelease' || github.event.action == 'published' || ( github.event.action == '' && github.event.before == '' && github.event.inputs == null )
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Problem
it takes 4 hours to run
Describe the Solution
Optional Additional Details
No response
The text was updated successfully, but these errors were encountered: