diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index fe0c85660..ae1d5ee69 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/experimental.yml b/.github/workflows/experimental.yml index baed0f40f..8067c15af 100644 --- a/.github/workflows/experimental.yml +++ b/.github/workflows/experimental.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ad1a21f2d..4e0ea0e8f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c784d2dc6..23e88106e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index c1523ddfd..14ecdbc88 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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 @@ -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 @@ -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