mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 06:43:38 -04:00
GHA: Compiler archives from runner image instead of download (#2757)
This commit is contained in:
@@ -48,6 +48,10 @@ jobs:
|
||||
- name: Get the dependency
|
||||
run: ln -s /orig/${{ matrix.version }}/baserom.z64 baseroms/${{ matrix.version }}/baserom.z64
|
||||
|
||||
# The compiler archives are embedded in the runner image, to avoid downloading them from GitHub (during make setup), which occasionally fails.
|
||||
- name: Provide compiler archives
|
||||
run: ln -s /compiler_archives tools/compiler_archives/archives
|
||||
|
||||
- name: Setup
|
||||
run: make -j $(nproc) VERSION=${{ matrix.version }} setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user