Skip to content

Commit

Permalink
gamp
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Dec 7, 2023
1 parent f3c1f85 commit a373b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Create empty input.txt for compilation
run: for d in ${{matrix.folder}}/day*; do touch ${{matrix.folder}}/$d/input.txt; done
run: for d in ${{matrix.folder}}/day*; do touch $d/input.txt; done
- name: Cargo Test
run: |
cd ${{ matrix.folder }}
Expand Down

0 comments on commit a373b90

Please sign in to comment.