mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-10 23:06:32 +03:00
fixing ci
This commit is contained in:
parent
ee8e610329
commit
15a8d5b7cf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -27,10 +27,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Cache packages
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: cache-packages
|
||||
with:
|
||||
path: "~/packages/"
|
||||
key: ${{ runner.os }}-packages
|
||||
|
||||
- name: Install packages
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user