We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb653e commit ff35a79Copy full SHA for ff35a79
.github/workflows/build_test.yaml
@@ -7,7 +7,9 @@ jobs:
7
name: Test AOC24
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v4
11
+ with:
12
+ submodules: true
13
14
- name: Checkout Logging submodule
15
run: git submodule update --init --recursive
@@ -31,4 +33,4 @@ jobs:
31
33
exit 1
32
34
fi
35
- name: Run Day 1 Solution
- run: ./build/solutions/day_1 solutions/data/day_1.txt
36
+ run: ./build/solutions/day_1 solutions/data/day_1.txt
0 commit comments