This commit is contained in:
parent
9dae009ee6
commit
b2b5ff59a5
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -21,6 +21,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: apt update
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt full-upgrade -y
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache
|
path: ~/.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user