]> skyeroc.xyz Git - dgamelaunch/commitdiff
Update buildspec.yml
authoraltorg <dtype@alt.org>
Sat, 19 Aug 2017 18:12:44 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Sat, 19 Aug 2017 18:12:44 +0000 (11:12 -0700)
buildspec.yml

index 333173465ac70183734d25fe558286e07a741332..aac222fc4fcb582604d6942cc89b1a48802c1d68 100644 (file)
@@ -10,8 +10,9 @@ phases:
       - echo Nothing
   pre_build:
     commands:
-      - apt-get install bison
-      - apt-get install yacc
+      - apt-get update
+      - apt-get install -y bison
+      - apt-get install -y yacc
   build:
     commands:
       - echo Build started on `date`