Skip to content

Commit df4c5ca

Browse files
committed
Skip failing CI on combo OTP 27.0 + Windows 2019
1 parent 8ae96be commit df4c5ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
matrix:
2020
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.0']
2121
os: ['ubuntu-20.04', 'windows-2019']
22+
exclude:
23+
# Results in "make: *** [Makefile:38: ct] Error 2816"
24+
# as of 2024/05/22, try again at a later date.
25+
- otp_vsn: '27.0'
26+
os: 'windows-2019'
2227
steps:
2328
- name: Checkout
2429
uses: actions/checkout@v4

0 commit comments

Comments
 (0)