Skip to content

Commit

Permalink
[github] skip perl 5.40 on windows (broken compiler)
Browse files Browse the repository at this point in the history
Same issue as cff3c3c; somehow this gcc doesn't recognize %zu as
used in core headers/macros.
  • Loading branch information
mauke committed Sep 19, 2024
1 parent 7ca8d03 commit 6cdf5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- { os: windows-latest, perl-version: "5.24" }
- { os: windows-latest, perl-version: "5.26" }
- { os: windows-latest, perl-version: "5.38" }
- { os: windows-latest, perl-version: "5.40" }

runs-on: ${{ matrix.os }}
name: "perl v${{ matrix.perl-version }} on ${{ matrix.os }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- { os: windows-latest, perl-version: "5.24" }
- { os: windows-latest, perl-version: "5.26" }
- { os: windows-latest, perl-version: "5.38" }
- { os: windows-latest, perl-version: "5.40" }

runs-on: ${{ matrix.os }}
name: "perl v${{ matrix.perl-version }} on ${{ matrix.os }}"
Expand Down

0 comments on commit 6cdf5dd

Please sign in to comment.