Skip to content

Commit

Permalink
ci: Remove workaround for fixed AArch64 Linux runner bug
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 18, 2025
1 parent e9337a1 commit 39902c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
# https://github.com/orgs/community/discussions/148648#discussioncomment-11867019
- name: Workaround for AArch64 Linux runner bug
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}"
if: endsWith(matrix.os, '-arm')
- uses: taiki-e/checkout-action@v1
- name: Install Rust
uses: taiki-e/github-actions/install-rust@nightly
Expand Down

0 comments on commit 39902c4

Please sign in to comment.