Skip to content

Commit a58226a

Browse files
authored
GitHub Actions: for now, comment out the ${{ runner.arch }} line
1 parent 627dfe5 commit a58226a

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)