mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
Remove environment variable overrides in DS build script
This commit is contained in:
parent
d1942c6dd7
commit
70b22712a8
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build_nds.yml
vendored
2
.github/workflows/build_nds.yml
vendored
|
@ -23,8 +23,6 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
apt-get -y install curl
|
||||
export BLOCKSDS=/opt/blocksds/core
|
||||
export BLOCKSDSEXT=/opt/blocksds/external
|
||||
make ds
|
||||
export BUILD_DSI=1
|
||||
make ds
|
||||
|
|
Loading…
Reference in a new issue