aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2022-11-10 13:42:36 +0100
committerGitHub <noreply@github.com>2022-11-10 13:42:36 +0100
commitbf0817d4caca78edc89442c2c3e4d6752bc2e8b8 (patch)
tree4040b71a7f835cf1a80f09c4b06920e04ba72b25 /.github
parentce5137089c810f72c982411b4171a83ba8a375d5 (diff)
Update ci.ymltest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 429f434..f9acbae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,8 +22,7 @@ jobs:
- name: Download Odin
shell: cmd
run: |
- git clone https://github.com/odin-lang/Odin
- git checkout map-dev
+ git clone -b map-dev https://github.com/odin-lang/Odin
- name: Download and unpack LLVM bins
shell: powershell
run: |
@@ -51,8 +50,7 @@ jobs:
run: sudo apt-get install llvm-11 clang-11
- name: Download Odin
run: |
- git clone https://github.com/odin-lang/Odin
- git checkout map-dev
+ git clone -b map-dev https://github.com/odin-lang/Odin
- name: Build Odin
run: |
cd Odin
@@ -74,8 +72,7 @@ jobs:
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- name: Download Odin
run: |
- git clone https://github.com/odin-lang/Odin
- git checkout map-dev
+ git clone -b map-dev https://github.com/odin-lang/Odin
- name: Build Odin
run: |
cd Odin