Skip to content

Commit 532d681

Browse files
Merge #430
430: GitHub Actions: for now, comment out the `${{ runner.arch }}` line r=DilumAluthge a=DilumAluthge We need julia-actions/setup-julia#108 and julia-actions/setup-julia#110 before we can uncomment this line. Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 627dfe5 + a58226a commit 532d681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: julia-actions/setup-julia@v1
1919
with:
2020
version: '1'
21-
arch: ${{ runner.arch }}
21+
# arch: ${{ runner.arch }}
2222
if: steps.julia_in_path.outcome != 'success'
2323
- name: "Add the General registry via Git"
2424
run: |

0 commit comments

Comments
 (0)