aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2022-11-10 13:37:06 +0100
committerGitHub <noreply@github.com>2022-11-10 13:37:06 +0100
commitc9a0c8fae8b18f8a3ba77e5f110fdf88400352ef (patch)
tree49c00502d1dd94eebde573ebe01196e4cac8a0cd /.github/workflows
parent1c814ac250fa96083981fecc7a5cf22e6440ed2f (diff)
Update ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
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: |