apt update
Some checks failed
Python application / Test (3.11) (push) Failing after 1m42s

This commit is contained in:
AlexVeeBee 2024-02-27 00:09:09 +00:00
parent 9dae009ee6
commit b2b5ff59a5

View File

@ -21,6 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: apt update
run: |
apt update
apt full-upgrade -y
- uses: actions/setup-python@v4
with:
path: ~/.cache