Merge pull request #1316 from TheComputerGuy96/ds-compile-fix

Remove environment variable overrides in DS build script
This commit is contained in:
UnknownShadow200 2024-12-30 23:25:22 +11:00 committed by GitHub
commit f79435b30e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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