This commit is contained in:
parent
9dae009ee6
commit
b2b5ff59a5
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
@ -20,13 +20,19 @@ jobs:
|
||||
python-version: [ '3.11' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
path: ~/.cache
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
env:
|
||||
CI: true
|
||||
AGENT_TOOLSDIRECTORY: /opt/gitea-runner/_work/_tool
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: apt update
|
||||
run: |
|
||||
apt update
|
||||
apt full-upgrade -y
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
path: ~/.cache
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
env:
|
||||
CI: true
|
||||
AGENT_TOOLSDIRECTORY: /opt/gitea-runner/_work/_tool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user