Skip to content

Commit

Permalink
Revert to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Dec 19, 2024
1 parent 3f7bd1f commit f7e59e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ if [[ $1 == "release" ]]; then
echo "DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}"
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"
# For Debugging
#git clone https://github.com/GenomicsDB/GenomicsDB.git -b develop $NATIVE_BUILD_DIR
it clone https://github.com/GenomicsDB/GenomicsDB.git -b ng_errmsg $NATIVE_BUILD_DIR
git clone https://github.com/GenomicsDB/GenomicsDB.git -b develop $NATIVE_BUILD_DIR
pushd $NATIVE_BUILD_DIR
mkdir build &&
pushd build &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
GENOMICSDB_BUILD_DIR: ${{github.workspace}}
GENOMICSDB_HOME: ${{github.workspace}}/install
GENOMICSDB_BRANCH: ng_errmsg
GENOMICSDB_BRANCH: develop

jobs:
native-build:
Expand Down

0 comments on commit f7e59e6

Please sign in to comment.