From: altorg Date: Sat, 19 Aug 2017 18:12:44 +0000 (-0700) Subject: Update buildspec.yml X-Git-Tag: v1.6.1-roc-dev~47 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=9540f35f5f7cb90851cada9383324ef275489272;p=dgamelaunch Update buildspec.yml --- diff --git a/buildspec.yml b/buildspec.yml index 3331734..aac222f 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -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`