diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index 73d2c00..89120e5 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -19,11 +19,10 @@ jobs: - name: "prepare modules" run: > mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/ - && git clone https://github.com/calcit-lang/lilac.git + && git clone https://github.com/calcit-lang/lilac.git --branch 0.1.6 && git clone https://github.com/calcit-lang/memof.git && git clone https://github.com/Respo/respo.calcit.git && git clone https://github.com/Respo/reel.calcit.git - && git clone https://github.com/Respo/respo-markdown.calcit.git && git clone https://github.com/Respo/respo-ui.calcit.git - name: "compiles to js"