From 39a57a95c00863a06a1ac1d65f09b7ec0862faac Mon Sep 17 00:00:00 2001 From: Dan Phan Manh Date: Thu, 1 Feb 2024 13:37:58 +0800 Subject: [PATCH] Adds release codes to handle LFS --- .github/workflows/release_all.yml | 5 +++++ .github/workflows/release_all_external.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/release_all.yml b/.github/workflows/release_all.yml index 06e538f..0f7447b 100644 --- a/.github/workflows/release_all.yml +++ b/.github/workflows/release_all.yml @@ -41,6 +41,11 @@ jobs: # Call a script so that it can be used in a shell/container as well ./bin/install_wine32.sh + - name: Setup Utilities + run: | + # Call a script so that it can be used in a shell/container as well + ./bin/install_utilities.sh + - uses: actions/setup-python@v4 with: python-version: '3.10' diff --git a/.github/workflows/release_all_external.yml b/.github/workflows/release_all_external.yml index 6ecd67f..c47a3a8 100644 --- a/.github/workflows/release_all_external.yml +++ b/.github/workflows/release_all_external.yml @@ -41,6 +41,11 @@ jobs: # Call a script so that it can be used in a shell/container as well ./bin/install_wine32.sh + - name: Setup Utilities + run: | + # Call a script so that it can be used in a shell/container as well + ./bin/install_utilities.sh + - uses: actions/setup-python@v4 with: python-version: '3.10'