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 77be768 commit f3c1f85Copy full SHA for f3c1f85
.github/workflows/cargo.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: dtolnay/rust-toolchain@stable
17
- name: Create empty input.txt for compilation
18
- run: for d in ${{matrix.folder}}day*; do touch ${{matrix.folder}}$d/input.txt; done
+ run: for d in ${{matrix.folder}}/day*; do touch ${{matrix.folder}}/$d/input.txt; done
19
- name: Cargo Test
20
run: |
21
cd ${{ matrix.folder }}
0 commit comments