Skip to content

Commit

Permalink
CLEANUP: Yeah well you're a git too
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Nov 23, 2024
1 parent 57fc303 commit 967424f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Clone
working-directory: C:\
run: |
git clone https://github.com/DreamWeave-MP/Dreamweave.git
git clone https://github.com/DreamWeave-MP/DW-Classic.git
cd Dreamweave
git checkout ${{ github.head_ref }}
Expand Down Expand Up @@ -62,18 +62,14 @@ jobs:
- name: Install Building Dependencies
if: steps.cache-WinDeps.outputs.cache-hit != 'true'
run: |
pwd
ls -R ..
curl -o CrabNet.7z -L https://github.com/DreamWeave-MP/CrabNet/releases/download/Stable-CI/CrabNet-${{ runner.os }}-${{ matrix.BUILD_TYPE }}.7z
7z x -y CrabNet.7z -oextern/raknet
CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022
- name: Configure
if: steps.cache-WinDeps.outputs.cache-hit == 'true'
run: |
pwd
ls -R ..
C:/Dreamweave/CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 -d -e
CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 -d -e
- name: Build
run: |
Expand Down

0 comments on commit 967424f

Please sign in to comment.