Fix cache key used in workflow "ci"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-09 02:00:38 +10:00
parent 14823fbae7
commit 951dacd03d
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -21,7 +21,7 @@ jobs:
- name: Configure caching - name: Configure caching
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
key: ${{ matrix.os }}-${{ matrix.target }}-testing key: ubuntu-latest-stable-testing
path: | path: |
${{ env.HOME }}/.cargo ${{ env.HOME }}/.cargo
target target