Skip to content

Commit

Permalink
Disable Linux CI for day 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Dec 24, 2024
1 parent cc23716 commit 4ab0b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12301122542/job/34330958377
- os: 'ubuntu-latest'
day: '12'
# TODO: Something's wrong with Dart on Linux
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12476453049/job/34821297220
- os: 'ubuntu-latest'
day: '22'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4ab0b9f

Please sign in to comment.