This commit is contained in:
@@ -11,13 +11,11 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download and Install Ren'Py SDK
|
- name: Setup Ren'Py with Web Support
|
||||||
env:
|
uses: remarkablegames/setup-renpy@v1
|
||||||
RENPY_VERSION: "8.2.1" # Ensure this matches the version you built the game with
|
with:
|
||||||
run: |
|
version: '8.5.3'
|
||||||
wget https://www.renpy.org/dl/${RENPY_VERSION}/renpy-${RENPY_VERSION}-sdk.tar.bz2
|
web: true
|
||||||
tar -xjf renpy-${RENPY_VERSION}-sdk.tar.bz2 -C /tmp
|
|
||||||
mv /tmp/renpy-${RENPY_VERSION}-sdk /tmp/renpy-sdk
|
|
||||||
|
|
||||||
- name: Install System Dependencies (OpenGL)
|
- name: Install System Dependencies (OpenGL)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user