Skip to content

Commit 39a57a9

Browse files
author
Dan Phan Manh
committed
Adds release codes to handle LFS
1 parent 5b48721 commit 39a57a9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/release_all.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
# Call a script so that it can be used in a shell/container as well
4242
./bin/install_wine32.sh
4343
44+
- name: Setup Utilities
45+
run: |
46+
# Call a script so that it can be used in a shell/container as well
47+
./bin/install_utilities.sh
48+
4449
- uses: actions/setup-python@v4
4550
with:
4651
python-version: '3.10'

.github/workflows/release_all_external.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
# Call a script so that it can be used in a shell/container as well
4242
./bin/install_wine32.sh
4343
44+
- name: Setup Utilities
45+
run: |
46+
# Call a script so that it can be used in a shell/container as well
47+
./bin/install_utilities.sh
48+
4449
- uses: actions/setup-python@v4
4550
with:
4651
python-version: '3.10'

0 commit comments

Comments
 (0)