build: make cache repo public
Some checks failed
link / Link on Linux (push) Failing after 15s

This commit is contained in:
6arelyFuture 2024-03-02 11:40:39 +01:00
parent c5abc99d55
commit 4a2af49b56
3 changed files with 4 additions and 6 deletions

View File

@ -16,11 +16,9 @@ jobs:
- name: Check out files - name: Check out files
uses: actions/checkout@main uses: actions/checkout@main
with: with:
repository: AlterWare/iw5-zones
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
lfs: true lfs: true
ssh-key: ${{ secrets.IW5_ZONES_PRIVATE_KEY }}
- name: Setup OAT - name: Setup OAT
uses: diamante0018/setup-oat@main uses: diamante0018/setup-oat@main
@ -29,8 +27,8 @@ jobs:
- name: Create code_post_gfx_mp - name: Create code_post_gfx_mp
run: | run: |
Linker -v -l "./iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp Linker -v -l "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp
- name: Create localized_ui_mp - name: Create localized_ui_mp
run: | run: |
Linker -v -l "./iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp Linker -v -l "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "iw5-zones"] [submodule "deps/iw5-zones"]
path = iw5-zones path = deps/iw5-zones
url = https://git.alterware.dev/AlterWare/iw5-zones.git url = https://git.alterware.dev/AlterWare/iw5-zones.git

View File