Skip to content

Commit 70ddefc

Browse files
authored
GitHub Actions: uncomment the ${{ runner.arch }} line
1 parent 5ed6a7d commit 70ddefc

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)