Skip to content

Commit 81980d8

Browse files
committed
feat(ci): Add GitHub Actions: The shogo82148/actions-setup-perl action should be smart enough to automatically do the right thing.
1 parent b41e841 commit 81980d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# .github/workflows/ci.yml
22
name: CI/CD for Inline-Lua
3-
43
# IMPORTANT:
54
# Sets default permissions to be read-only for security
65
permissions:
@@ -31,7 +30,6 @@ jobs:
3130
- os: ubuntu-latest
3231
perl: devel
3332
exclude:
34-
# Older Perls can be problematic on Windows, so, we'll be selective
3533
- os: windows-latest
3634
perl: 5.8
3735
- os: windows-latest
@@ -47,7 +45,7 @@ jobs:
4745
uses: shogo82148/actions-setup-perl@v1
4846
with:
4947
perl-version: ${{ matrix.perl }}
50-
distribution: strawberry
48+
# The action should automatically select the correct distribution for each OS.
5149

5250
- name: Install system dependencies (Lua)
5351
run: |

0 commit comments

Comments
 (0)