Skip to content

Commit 39902c4

Browse files
committed
ci: Remove workaround for fixed AArch64 Linux runner bug
1 parent e9337a1 commit 39902c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
runs-on: ${{ matrix.os }}
5151
timeout-minutes: 60
5252
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')
5753
- uses: taiki-e/checkout-action@v1
5854
- name: Install Rust
5955
uses: taiki-e/github-actions/install-rust@nightly

0 commit comments

Comments
 (0)