mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Update Renpy versions in woodpecker.yml and reconstruct.toml
This commit is contained in:
parent
fef3b7beec
commit
df967527e4
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ steps:
|
||||||
- event: cron
|
- event: cron
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: openjdk:8
|
image: openjdk:21-jdk-bookworm
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install libgl1 -y
|
- apt install libgl1 -y
|
||||||
|
@ -76,6 +76,6 @@ steps:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
RenpyVersion:
|
RenpyVersion:
|
||||||
- "8.0.3"
|
- "8.2.3"
|
||||||
RenkitVersion:
|
RenkitVersion:
|
||||||
- "3.3.1"
|
- "4.3.0"
|
||||||
|
|
|
@ -47,5 +47,5 @@
|
||||||
clear_output_dir = false # whether to clear the output directory on startup
|
clear_output_dir = false # whether to clear the output directory on startup
|
||||||
|
|
||||||
[renutil]
|
[renutil]
|
||||||
version = "8.0.3" # the Ren'Py version to use (required)
|
version = "8.2.3" # the Ren'Py version to use (required)
|
||||||
registry = "tmp/cache" # the directory to store installation files in
|
registry = "tmp/cache" # the directory to store installation files in
|
||||||
|
|
Loading…
Reference in a new issue