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 f7ef43f commit 3eb07dfCopy full SHA for 3eb07df
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Cargo cache
29
uses: actions/cache@v3
30
with:
31
- # target directorise gotten via
+ # target directories gotten via
32
# `find . -name target -type d -not -path '*/src/*' -printf '%P\n' | sort`
33
# We need to exclude `./circ_blocks/src/target` because it just a source directory with an unfortunate name.
34
path: |
0 commit comments