Skip to content

Commit

Permalink
fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Feb 14, 2025
1 parent 233064b commit b8556c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci/gha-install-ncrystal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CURRENT_DIR=$(pwd)

# NCrystal Install
cd $HOME
git clone -b $NCrystal_BRANCH $NCrystal_REPO ncrystal
git clone -b $NCRYSTAL_BRANCH $NCRYSTAL_REPO ncrystal
cd ncrystal
mkdir build && cd build
cmake .. \
Expand All @@ -25,3 +25,4 @@ cmake .. \
-DCMAKE_INSTALL_PREFIX="$NCRYSTAL_INSTALL_DIR"
make -j4 && make install
rm -rf $HOME/ncrystal
cd $CURRENT_DIR

0 comments on commit b8556c6

Please sign in to comment.