Skip to content

Commit

Permalink
fix: workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Jul 31, 2024
1 parent 76a6a7c commit e664fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify_mdx_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('scripts/prepyprus/Cargo.lock') }}-${{ hashFiles('scripts/prepyprus/src/**') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('scripts/prepyrus/Cargo.lock') }}-${{ hashFiles('scripts/prepyrus/src/**') }}
- name: Install Rust
if: steps.prepyrus-cache-restore.outputs.cache-hit != 'true'
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -42,4 +42,4 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('scripts/prepyprus/Cargo.lock') }}-${{ hashFiles('scripts/prepyprus/src/**') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('scripts/prepyrus/Cargo.lock') }}-${{ hashFiles('scripts/prepyrus/src/**') }}

0 comments on commit e664fad

Please sign in to comment.