Browse Source

Xbox NXDK: Switch to upstream NXDK

Everything that DevilutionX needs has been merged 🎉
pull/5062/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
bbd89eda21
  1. 2
      .github/workflows/xbox_nxdk.yml

2
.github/workflows/xbox_nxdk.yml

@ -19,7 +19,7 @@ jobs:
- name: Clone NXDK Repo
shell: bash
run: git clone --recursive --depth 1 --branch devilutionx https://github.com/glebm/nxdk.git "$NXDK_DIR"
run: git clone --recursive --depth 1 https://github.com/XboxDev/nxdk.git "$NXDK_DIR"
- name: Build NXDK
shell: bash

Loading…
Cancel
Save