Fix workflow name

This commit is contained in:
Andrew Morris
2023-03-29 09:05:45 +11:00
parent f6f06d1f4c
commit 955343a83e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- uses: ./.github/workflows/cache.yml
- uses: ./.github/workflows/rust-cache.yml
- name: Install Rust
uses: actions-rs/toolchain@v1

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/workflows/cache.yml
- uses: ./.github/workflows/rust-cache.yml
- name: Install Rust
uses: actions-rs/toolchain@v1