Skip to content

Commit 05417a7

Browse files
aryairanisellout
andauthored
Update .github/workflows/ci.yaml
Co-authored-by: Greg Pfeil <[email protected]>
1 parent 5248024 commit 05417a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
7373
with:
7474
path: ${{env.ucm_local_bin}}
75-
key: ucm-${{ matrix.os }}-${{ hashFiles('**/ci.yaml', '**/stack.yaml', '**/package.yaml', '**/*.hs', '**/unison-cli-integration/integrationtests/IntegrationTests/*')}}
75+
key: ucm-${{ matrix.os }}-${{ hashFiles('**/ci.yaml', '**/stack.yaml', '**/package.yaml', '**/*.hs', '**/unison-cli-integration/integration-tests/IntegrationTests/*')}}
7676
# added the integration test dependencies here as if they were source, for simplicity
7777

7878
- name: restore stack caches

0 commit comments

Comments
 (0)