File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 32
32
- name : Clone
33
33
working-directory : C:\
34
34
run : |
35
- git clone https://github.com/DreamWeave-MP/Dreamweave .git
35
+ git clone https://github.com/DreamWeave-MP/DW-Classic .git
36
36
cd Dreamweave
37
37
git checkout ${{ github.head_ref }}
38
38
@@ -62,18 +62,14 @@ jobs:
62
62
- name : Install Building Dependencies
63
63
if : steps.cache-WinDeps.outputs.cache-hit != 'true'
64
64
run : |
65
- pwd
66
- ls -R ..
67
65
curl -o CrabNet.7z -L https://github.com/DreamWeave-MP/CrabNet/releases/download/Stable-CI/CrabNet-${{ runner.os }}-${{ matrix.BUILD_TYPE }}.7z
68
66
7z x -y CrabNet.7z -oextern/raknet
69
67
CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022
70
68
71
69
- name : Configure
72
70
if : steps.cache-WinDeps.outputs.cache-hit == 'true'
73
71
run : |
74
- pwd
75
- ls -R ..
76
- C:/Dreamweave/CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 -d -e
72
+ CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 -d -e
77
73
78
74
- name : Build
79
75
run : |
You can’t perform that action at this time.
0 commit comments