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 e9337a1 commit 39902c4Copy full SHA for 39902c4
.github/workflows/ci.yml
@@ -50,10 +50,6 @@ jobs:
50
runs-on: ${{ matrix.os }}
51
timeout-minutes: 60
52
steps:
53
- # https://github.com/orgs/community/discussions/148648#discussioncomment-11867019
54
- - name: Workaround for AArch64 Linux runner bug
55
- run: for var in PATH XDG_CONFIG_HOME; do sed -Ee "s/^/${var}=/" -e 's/(runner)admin/\1/g' <<< "${!var}"; done | tee -a -- "${GITHUB_ENV}"
56
- if: endsWith(matrix.os, '-arm')
57
- uses: taiki-e/checkout-action@v1
58
- name: Install Rust
59
uses: taiki-e/github-actions/install-rust@nightly
0 commit comments