Skip to content

Commit

Permalink
chore: add lfs to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 committed Nov 30, 2023
1 parent d46fe52 commit 81bd219
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down Expand Up @@ -167,6 +169,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down Expand Up @@ -167,6 +169,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Create .env file
run: |
echo A32NX_PRODUCTION_BUILD=1 >> hdw-a333x/.env
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Create .env file
run: |
echo A32NX_PRODUCTION_BUILD=1 >> hdw-a339x/.env
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Create .env file
run: |
echo A32NX_PRODUCTION_BUILD=1 >> hdw-su95x/.env
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down Expand Up @@ -158,6 +160,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Create .env file
Expand Down

0 comments on commit 81bd219

Please sign in to comment.