Skip to content

Commit 3eb07df

Browse files
Typo
1 parent f7ef43f commit 3eb07df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Cargo cache
2929
uses: actions/cache@v3
3030
with:
31-
# target directorise gotten via
31+
# target directories gotten via
3232
# `find . -name target -type d -not -path '*/src/*' -printf '%P\n' | sort`
3333
# We need to exclude `./circ_blocks/src/target` because it just a source directory with an unfortunate name.
3434
path: |

0 commit comments

Comments
 (0)