Skip to content

Commit

Permalink
Use up-to-date Rakudo and panda when building examples pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Dec 29, 2015
1 parent e4ab8ad commit d932ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/update-and-sync
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ else
git clone https://github.com/tadzik/rakudobrew $HOME/.rakudobrew
export PATH=$PATH:$HOME/.rakudobrew/bin

rakudobrew build moar 6153f1
rakudobrew build-panda 490c85
rakudobrew build moar
rakudobrew build-panda

echo 'Cleaning out old HTML files'
# don't clean out html/ entirely, because there are some files
Expand Down

0 comments on commit d932ecc

Please sign in to comment.