We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507b350 commit 20f684bCopy full SHA for 20f684b
.github/workflows/build.yaml
@@ -37,6 +37,8 @@ jobs:
37
fail-fast: false
38
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}
39
steps:
40
+ - if: matrix.runs_on == 'ubuntu-22.04-arm' # TODO: undo; see https://github.com/orgs/community/discussions/148648#discussioncomment-11858098
41
+ run: for var in HOME PATH XDG_CONFIG_HOME; do sed -Ee "s/^/${var}=/" -e 's/(runner)admin/\1/g' <<< "${!var}"; done | tee -a "$GITHUB_ENV"
42
- run: git config --global core.autocrlf false
43
- uses: actions/checkout@v4
44
- if: matrix.force_msys2_bash == 'yes'
0 commit comments