aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2026-02-11 19:00:11 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2026-02-11 19:00:11 +0100
commit9c47ca73063fa0e335f39d52774b2bbf28e6c6b7 (patch)
treeb8b6c37a73aec58ea5da3902c21dde32d9120520 /.github
parent355b8a8c83badc64d23dbb34ea00bb89ac9245db (diff)
checkout with LFS binaries in nightly CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 48ea93ded..c7858c82c 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -12,6 +12,8 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
+ with:
+ lfs: true
- name: build Odin
shell: cmd
run: |
@@ -47,6 +49,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
+ with:
+ lfs: true
- name: (Linux) Download LLVM and Build Odin
run: |
docker run --rm -v "$PWD:/src" -w /src alpine sh -c '
@@ -87,6 +91,8 @@ jobs:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
+ with:
+ lfs: true
- name: (Linux ARM) Download LLVM and Build Odin
run: |
docker run --rm -v "$PWD:/src" -w /src arm64v8/alpine sh -c '
@@ -127,6 +133,8 @@ jobs:
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v4
+ with:
+ lfs: true
- name: Download LLVM and setup PATH
run: |
brew update
@@ -166,6 +174,8 @@ jobs:
runs-on: macos-latest # ARM machine
steps:
- uses: actions/checkout@v4
+ with:
+ lfs: true
- name: Download LLVM and setup PATH
run: |
brew update