Commit 487f04d5 authored by mercury233's avatar mercury233

temp: use patched irrlicht

parent abcfe67e
...@@ -196,7 +196,7 @@ jobs: ...@@ -196,7 +196,7 @@ jobs:
- name: Download irrlicht - name: Download irrlicht
run: | run: |
git clone --depth=1 https://github.com/mercury233/irrlicht git clone --depth=1 -b patch-clipboard https://github.com/mercury233/irrlicht
- name: Check DirectX SDK - name: Check DirectX SDK
if: matrix.nodxsdk != true if: matrix.nodxsdk != true
...@@ -437,7 +437,7 @@ jobs: ...@@ -437,7 +437,7 @@ jobs:
- name: Download irrlicht - name: Download irrlicht
run: | run: |
git clone --depth=1 https://github.com/mercury233/irrlicht git clone --depth=1 -b patch-clipboard https://github.com/mercury233/irrlicht
- name: Copy premake files - name: Copy premake files
run: | run: |
...@@ -653,7 +653,7 @@ jobs: ...@@ -653,7 +653,7 @@ jobs:
- name: Download irrlicht - name: Download irrlicht
run: | run: |
git clone --depth=1 https://github.com/mercury233/irrlicht git clone --depth=1 -b patch-clipboard https://github.com/mercury233/irrlicht
- name: Copy premake files - name: Copy premake files
run: | run: |
......
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