Skip to content

Commit

Permalink
Fix bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
jimson-msft authored Feb 26, 2021
1 parent 7b39dd8 commit b40eeac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/bootstrap/bootstrap-debian-9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cd /tmp/
git clone https://github.com/Microsoft/GSL.git
cd GSL/
git checkout tags/v2.0.0
RUN cmake -DGSL_TEST=OFF .
RUN make
RUN make install
cmake -DGSL_TEST=OFF .
make
make install

echo "Finished bootstrapping"

0 comments on commit b40eeac

Please sign in to comment.