Skip to content

Commit ff35a79

Browse files
authored
Update build_test.yaml
1 parent 1eb653e commit ff35a79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
name: Test AOC24
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v4
11+
with:
12+
submodules: true
1113

1214
- name: Checkout Logging submodule
1315
run: git submodule update --init --recursive
@@ -31,4 +33,4 @@ jobs:
3133
exit 1
3234
fi
3335
- name: Run Day 1 Solution
34-
run: ./build/solutions/day_1 solutions/data/day_1.txt
36+
run: ./build/solutions/day_1 solutions/data/day_1.txt

0 commit comments

Comments
 (0)