Commit 76b4b3ad authored by nanahira's avatar nanahira

use mat cacher

parent ae7a3b81
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
id: premake id: premake
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta6-windows.zip url: https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta7-windows.zip
- name: Premake - name: Premake
run: | run: |
...@@ -100,7 +100,7 @@ jobs: ...@@ -100,7 +100,7 @@ jobs:
id: premake id: premake
uses: mercury233/action-cache-download-file@v1.0.0 uses: mercury233/action-cache-download-file@v1.0.0
with: with:
url: https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta6-linux.tar.gz url: https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta7-linux.tar.gz
- name: Premake - name: Premake
run: | run: |
......
...@@ -13,8 +13,8 @@ lua: ...@@ -13,8 +13,8 @@ lua:
- linux - linux
script: script:
# lua # lua
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.7.tar.gz | tar zfx - - wget -O - https://mat-cacher.moenext.com/https://www.lua.org/ftp/lua-5.4.8.tar.gz | tar zfx -
- mv lua-5.4.7 lua - mv lua-5.4.8 lua
- cp premake/lua.lua lua/premake5.lua - cp premake/lua.lua lua/premake5.lua
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3490100.tar.gz | tar zfx - - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3490100.tar.gz | tar zfx -
- mv sqlite-autoconf-3490100 sqlite3 - mv sqlite-autoconf-3490100 sqlite3
...@@ -30,8 +30,8 @@ mat_windows: ...@@ -30,8 +30,8 @@ mat_windows:
script: script:
- apt update; apt -y install wget tar patch p7zip-full - apt update; apt -y install wget tar patch p7zip-full
# premake5.exe # premake5.exe
- wget https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-windows.zip - wget https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta7-windows.zip
- 7z x -y premake-5.0.0-beta6-windows.zip - 7z x -y premake-5.0.0-beta7-windows.zip
artifacts: artifacts:
paths: paths:
- premake5.exe - premake5.exe
...@@ -42,8 +42,8 @@ mat_macos: ...@@ -42,8 +42,8 @@ mat_macos:
- linux - linux
script: script:
- apt update; apt -y install wget tar - apt update; apt -y install wget tar
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-macosx.tar.gz | tar zfx - - wget -O - https://mat-cacher.moenext.com/https://www.sqlite.org/2025/sqlite-autoconf-3500100.tar.gz | tar zfx -
- chmod +x premake5 - mv sqlite-autoconf-3500100 sqlite3
artifacts: artifacts:
paths: paths:
- premake5 - premake5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment