mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
memory: move to libtrx
This commit is contained in:
parent
710be8b89b
commit
52fa9bc09c
48 changed files with 52 additions and 127 deletions
2
.github/workflows/build_docker.yml
vendored
2
.github/workflows/build_docker.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- name: Build Docker image (${{ matrix.platform }})
|
||||
run: |
|
||||
|
|
1
.github/workflows/build_macos.yml
vendored
1
.github/workflows/build_macos.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Extend PATH for MacPorts
|
||||
|
|
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check JSON files validity
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue