diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2022-11-10 13:37:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-10 13:37:06 +0100 |
| commit | c9a0c8fae8b18f8a3ba77e5f110fdf88400352ef (patch) | |
| tree | 49c00502d1dd94eebde573ebe01196e4cac8a0cd | |
| parent | 1c814ac250fa96083981fecc7a5cf22e6440ed2f (diff) | |
Update ci.yml
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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: | |