Skip to content

Commit 6a99e06

Browse files
committed
Remove the workaround for linux-arm runneradmin issue
1 parent 852ac42 commit 6a99e06

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
name: Defaults
2323
runs-on: ubuntu-${{ matrix.os }}
2424
steps:
25-
# \todo Remove this step when https://github.com/actions/partner-runner-images/issues/25 is resolved.
26-
- name: Correct broken $PATH on Linux arm64 runners
27-
if: endsWith(matrix.os, '-arm')
28-
run: sed -Ee 's/^/PATH=/' -e 's/(runner)admin/\1/g' <<< "${PATH}" | tee -a "$GITHUB_ENV"
2925
- uses: actions/checkout@v4
3026
- uses: ./
3127
- run: linuxdeploy-"${LINUXDEPLOY_ARCH}".AppImage --list-plugins
@@ -44,10 +40,6 @@ jobs:
4440
name: Options
4541
runs-on: ubuntu-${{ matrix.os }}
4642
steps:
47-
# \todo Remove this step when https://github.com/actions/partner-runner-images/issues/25 is resolved.
48-
- name: Correct broken $PATH on Linux arm64 runners
49-
if: endsWith(matrix.os, '-arm')
50-
run: sed -Ee 's/^/PATH=/' -e 's/(runner)admin/\1/g' <<< "${PATH}" | tee -a "$GITHUB_ENV"
5143
- uses: actions/checkout@v4
5244
- name: Define test install dir
5345
run: tee -a "$GITHUB_ENV" <<< "INSTALL_DIR=${RUNNER_TEMP}/test/linuxdeploy/bin"
@@ -108,10 +100,6 @@ jobs:
108100
python
109101
qt
110102
steps:
111-
# \todo Remove this step when https://github.com/actions/partner-runner-images/issues/25 is resolved.
112-
- name: Correct broken $PATH on Linux arm64 runners
113-
if: endsWith(matrix.os, '-arm')
114-
run: sed -Ee 's/^/PATH=/' -e 's/(runner)admin/\1/g' <<< "${PATH}" | tee -a "$GITHUB_ENV"
115103
- uses: actions/checkout@v4
116104
- name: Filter plugins not supported for this arch
117105
run: |
@@ -165,10 +153,6 @@ jobs:
165153
python@continuous
166154
167155
steps:
168-
# \todo Remove this step when https://github.com/actions/partner-runner-images/issues/25 is resolved.
169-
- name: Correct broken $PATH on Linux arm64 runners
170-
if: matrix.arch == 'aarch64'
171-
run: sed -Ee 's/^/PATH=/' -e 's/(runner)admin/\1/g' <<< "${PATH}" | tee -a "$GITHUB_ENV"
172156
- uses: actions/checkout@v4
173157
- name: Filter plugins not supported for this arch
174158
run: |

0 commit comments

Comments
 (0)