Commit a807cf8d authored by nanahira's avatar nanahira

bump dep version

parent ab7ef30f
Pipeline #36809 passed with stages
in 4 minutes and 43 seconds
...@@ -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-beta5-windows.zip url: https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta6-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-beta5-linux.tar.gz url: https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta6-linux.tar.gz
- name: Premake - name: Premake
run: | run: |
......
...@@ -12,11 +12,12 @@ lua: ...@@ -12,11 +12,12 @@ lua:
tags: tags:
- linux - linux
script: script:
- wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.4.tar.gz | tar zfx - # lua
- mv lua-5.4.4 lua - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/lua-5.4.7.tar.gz | tar zfx -
- mv lua-5.4.7 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-3360000.tar.gz | tar zfx - - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/sqlite-autoconf-3490100.tar.gz | tar zfx -
- mv sqlite-autoconf-3360000 sqlite3 - mv sqlite-autoconf-3490100 sqlite3
artifacts: artifacts:
paths: paths:
- lua - lua
...@@ -29,8 +30,8 @@ mat_windows: ...@@ -29,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-beta5-windows.zip - wget https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-windows.zip
- 7z x -y premake-5.0.0-beta5-windows.zip - 7z x -y premake-5.0.0-beta6-windows.zip
artifacts: artifacts:
paths: paths:
- premake5.exe - premake5.exe
...@@ -41,7 +42,7 @@ mat_macos: ...@@ -41,7 +42,7 @@ 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-beta5-macosx.tar.gz | tar zfx - - wget -O - https://cdn02.moecube.com:444/ygopro-build-materials/premake-5.0.0-beta6-macosx.tar.gz | tar zfx -
- chmod +x premake5 - chmod +x premake5
artifacts: artifacts:
paths: paths:
......
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