Skip to content

Commit

Permalink
updated local path
Browse files Browse the repository at this point in the history
  • Loading branch information
dorryspears committed Feb 3, 2024
1 parent 5635360 commit e81fa63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Populate cache
uses: ./cache.yml
uses: ./.github/actions/cache

- name: Configure environment variables
run: |
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Populate cache
uses: ./cache.yml
uses: ./.github/actions/cache

- name: Check README.md
run: |
Expand All @@ -309,7 +309,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Populate cache
uses: ./cache.yml
uses: ./.github/actions/cache

# Make sure that the MSRV in zerocopy's and zerocopy-derive's `Cargo.toml`
# files are the same. In CI, we test with a single MSRV (the one indicated
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Populate cache
uses: ./cache.yml
uses: ./.github/actions/cache

# Make sure that both crates are at the same version, and that zerocopy
# depends exactly upon the current version of zerocopy-derive. See
Expand Down

0 comments on commit e81fa63

Please sign in to comment.