Skip to content

Commit b40eeac

Browse files
authored
Fix bootstrap script
1 parent 7b39dd8 commit b40eeac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/bootstrap/bootstrap-debian-9.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ cd /tmp/
5353
git clone https://github.com/Microsoft/GSL.git
5454
cd GSL/
5555
git checkout tags/v2.0.0
56-
RUN cmake -DGSL_TEST=OFF .
57-
RUN make
58-
RUN make install
56+
cmake -DGSL_TEST=OFF .
57+
make
58+
make install
5959

6060
echo "Finished bootstrapping"

0 commit comments

Comments
 (0)