memory: move to libtrx

This commit is contained in:
Marcin Kurczewski 2024-04-28 11:58:41 +02:00
parent 710be8b89b
commit 52fa9bc09c
48 changed files with 52 additions and 127 deletions

View file

@ -24,6 +24,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build Docker image (${{ matrix.platform }})
run: |

View file

@ -44,6 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0
- name: Extend PATH for MacPorts

View file

@ -12,6 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0
- name: Check JSON files validity

View file

@ -81,6 +81,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0
- name: Package asset (${{ matrix.platform }})
@ -119,6 +120,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0
- name: "Download built game assets"