Skip to content

Commit

Permalink
Update client and seedgen paths
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Oct 21, 2021
1 parent 25e5ad5 commit b54b511
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
steps:
- name: Set up directories
run: "md -Path 'C:\\moon\\randomizer'"
- name: Clone sparkle-preference/OriWotwRandomizerClient
- name: Clone ori-rando/wotw-client
run: |
git clone --depth 1 https://github.com/sparkle-preference/OriWotwRandomizerClient.git .
git clone --depth 1 https://github.com/ori-rando/wotw-client.git .
git rev-parse HEAD > C:\moon\randomizer\client.revision
- name: Install MSVC developer tools
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -97,9 +97,9 @@ jobs:
steps:
- name: Set up directories
run: "md -Path 'C:\\seedgen'"
- name: Clone sparkle-preference/OriWotwRandomizerClient
- name: Clone ori-rando/wotw-seedgen
run: |
git clone --depth 1 https://github.com/sparkle-preference/OriWotwRandomizerClient.git .
git clone --depth 1 https://github.com/ori-rando/wotw-seedgen.git .
git rev-parse HEAD > C:\seedgen\seedgen.revision
- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
Expand All @@ -108,7 +108,6 @@ jobs:
- name: Build Seedgen
shell: powershell
run: |
cd projects/SeedgenCli
cargo build --release
echo Copying seedgen.exe
Copy-Item -Path ".\target\release\seedgen.exe" -Destination "C:\seedgen\seedgen.exe"
Expand Down

0 comments on commit b54b511

Please sign in to comment.