We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41e841 commit 81980d8Copy full SHA for 81980d8
.github/workflows/ci.yml
@@ -1,6 +1,5 @@
1
# .github/workflows/ci.yml
2
name: CI/CD for Inline-Lua
3
-
4
# IMPORTANT:
5
# Sets default permissions to be read-only for security
6
permissions:
@@ -31,7 +30,6 @@ jobs:
31
30
- os: ubuntu-latest
32
perl: devel
33
exclude:
34
- # Older Perls can be problematic on Windows, so, we'll be selective
35
- os: windows-latest
36
perl: 5.8
37
@@ -47,7 +45,7 @@ jobs:
47
45
uses: shogo82148/actions-setup-perl@v1
48
46
with:
49
perl-version: ${{ matrix.perl }}
50
- distribution: strawberry
+ # The action should automatically select the correct distribution for each OS.
51
52
- name: Install system dependencies (Lua)
53
run: |
0 commit comments