Skip to content

Commit 967424f

Browse files
committed
CLEANUP: Yeah well you're a git too
1 parent 57fc303 commit 967424f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/windows.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Clone
3333
working-directory: C:\
3434
run: |
35-
git clone https://github.com/DreamWeave-MP/Dreamweave.git
35+
git clone https://github.com/DreamWeave-MP/DW-Classic.git
3636
cd Dreamweave
3737
git checkout ${{ github.head_ref }}
3838
@@ -62,18 +62,14 @@ jobs:
6262
- name: Install Building Dependencies
6363
if: steps.cache-WinDeps.outputs.cache-hit != 'true'
6464
run: |
65-
pwd
66-
ls -R ..
6765
curl -o CrabNet.7z -L https://github.com/DreamWeave-MP/CrabNet/releases/download/Stable-CI/CrabNet-${{ runner.os }}-${{ matrix.BUILD_TYPE }}.7z
6866
7z x -y CrabNet.7z -oextern/raknet
6967
CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022
7068
7169
- name: Configure
7270
if: steps.cache-WinDeps.outputs.cache-hit == 'true'
7371
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
7773
7874
- name: Build
7975
run: |

0 commit comments

Comments
 (0)