Skip to content
New issue

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

Fix GitHub workflows for real GitHub #38

Merged
merged 1 commit into from
Oct 26, 2023

Commits on Oct 26, 2023

  1. build: fix GitHub workflows on real GitHub

    There is a difference between act-cli and real GitHub environment:
    context variables contain paths that are not valid inside the runner
    environment.
    
    Also add git to dependencies to make sure we use a git checkout instead
    of a tarball.
    
    - add ca-certificates & git packages to dependencies
    - move checkout step after dependency installation
    - replace ${{ github.workspace }} with ${GITHUB_WORKSPACE} inside steps
    - replace ${{ runner.temp }} with ${RUNNER_TEMP} inside steps
    stefanb2 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    693c6f4 View commit details
    Browse the repository at this point in the history