Skip to content

Commit 1c4ea68

Browse files
Merge #434
434: GitHub Actions: uncomment the `${{ runner.arch }}` line r=DilumAluthge a=DilumAluthge Follow-up to #430. julia-actions/setup-julia#108 and julia-actions/setup-julia#110 have been merged and are available in a release, so we can now uncomment this line. Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 5ed6a7d + 70ddefc commit 1c4ea68

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)