From cd65060574f6e8a98e06ce370e68f2cbd4d054ae Mon Sep 17 00:00:00 2001 From: Shaikh Ubaid Date: Sun, 8 Oct 2023 21:55:23 +0530 Subject: [PATCH] Move to lpython before fetch and checkout --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c480aac..16a1b75 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,6 +47,7 @@ jobs: shell: bash -e -x -l {0} run: | git clone https://github.com/lcompilers/lpython.git + cd lpython git fetch https://github.com/lcompilers/lpython.git --tags -f git checkout v0.20.0