We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc23716 commit 4ab0b9fCopy full SHA for 4ab0b9f
.github/workflows/run.yml
@@ -21,6 +21,10 @@ jobs:
21
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12301122542/job/34330958377
22
- os: 'ubuntu-latest'
23
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'
28
29
steps:
30
- uses: actions/checkout@v4
0 commit comments