From c9a0c8fae8b18f8a3ba77e5f110fdf88400352ef Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Thu, 10 Nov 2022 13:37:06 +0100 Subject: Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f0bfa5..d2520a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,9 @@ jobs: - uses: actions/checkout@v1 - name: Download Odin shell: cmd - run: git clone https://github.com/odin-lang/Odin + run: | + git clone https://github.com/odin-lang/Odin + git checkout map-dev - name: Download and unpack LLVM bins shell: powershell run: | -- cgit v1.2.3