Skip to content

Commit 4ab0b9f

Browse files
committed
Disable Linux CI for day 22
1 parent cc23716 commit 4ab0b9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12301122542/job/34330958377
2222
- os: 'ubuntu-latest'
2323
day: '12'
24+
# TODO: Something's wrong with Dart on Linux
25+
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12476453049/job/34821297220
26+
- os: 'ubuntu-latest'
27+
day: '22'
2428

2529
steps:
2630
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)