Skip to content

Commit

Permalink
ci: specify working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Sep 20, 2024
1 parent fdc3127 commit d491b81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: 📌 Cache cargo registry
working-directory: ./ci
uses: actions/cache@v3
with:
path: ~/.cargo/registry
Expand All @@ -25,7 +24,6 @@ jobs:
${{ runner.os }}-cargo-registry-
- name: 📌 Cache cargo build
working-directory: ./ci
uses: actions/cache@v3
with:
path: target
Expand Down

0 comments on commit d491b81

Please sign in to comment.