|
22 | 22 | name: Defaults |
23 | 23 | runs-on: ubuntu-${{ matrix.os }} |
24 | 24 | 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" |
29 | 25 | - uses: actions/checkout@v4 |
30 | 26 | - uses: ./ |
31 | 27 | - run: linuxdeploy-"${LINUXDEPLOY_ARCH}".AppImage --list-plugins |
|
44 | 40 | name: Options |
45 | 41 | runs-on: ubuntu-${{ matrix.os }} |
46 | 42 | 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" |
51 | 43 | - uses: actions/checkout@v4 |
52 | 44 | - name: Define test install dir |
53 | 45 | run: tee -a "$GITHUB_ENV" <<< "INSTALL_DIR=${RUNNER_TEMP}/test/linuxdeploy/bin" |
@@ -108,10 +100,6 @@ jobs: |
108 | 100 | python |
109 | 101 | qt |
110 | 102 | 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" |
115 | 103 | - uses: actions/checkout@v4 |
116 | 104 | - name: Filter plugins not supported for this arch |
117 | 105 | run: | |
@@ -165,10 +153,6 @@ jobs: |
165 | 153 | python@continuous |
166 | 154 | |
167 | 155 | 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" |
172 | 156 | - uses: actions/checkout@v4 |
173 | 157 | - name: Filter plugins not supported for this arch |
174 | 158 | run: | |
|
0 commit comments