Update '.forgejo/workflows/updater.yaml'
This commit is contained in:
parent
9b9b2f61f5
commit
ae621385bf
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@ jobs:
|
||||||
Update-Apks:
|
Update-Apks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: https://github.com/actions/checkout@v2
|
||||||
- uses: actions/setup-java@v2
|
- uses: https://github.com/actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip git
|
- run: apt install -y --no-install-recommends pipx python3-venv python3.9 python3-pip git
|
||||||
- run: pipx install pipenv
|
- run: pipx install pipenv
|
||||||
- uses: actions/setup-python@v2
|
- uses: https://github.com/actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
cache-dependency-path: 'updater/Pipfile.lock'
|
cache-dependency-path: 'updater/Pipfile.lock'
|
||||||
|
|
Loading…
Reference in a new issue