Skip to content

Commit 7477382

Browse files
committed
attempt to fix examples.perl6.org by using older versions of rakudo/panda until the dust settles from curli changes
1 parent c1f959c commit 7477382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/update-and-sync

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ else
3535
git clone https://github.com/tadzik/rakudobrew $HOME/.rakudobrew
3636
export PATH=$PATH:$HOME/.rakudobrew/bin
3737

38-
rakudobrew build moar
39-
rakudobrew build-panda
38+
rakudobrew build moar 6153f1
39+
rakudobrew build-panda 490c85
4040

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

0 commit comments

Comments
 (0)