Skip to content

Commit f3c1f85

Browse files
committed
ci: update ci
1 parent 77be768 commit f3c1f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: dtolnay/rust-toolchain@stable
1717
- name: Create empty input.txt for compilation
18-
run: for d in ${{matrix.folder}}day*; do touch ${{matrix.folder}}$d/input.txt; done
18+
run: for d in ${{matrix.folder}}/day*; do touch ${{matrix.folder}}/$d/input.txt; done
1919
- name: Cargo Test
2020
run: |
2121
cd ${{ matrix.folder }}

0 commit comments

Comments
 (0)