Skip to content

Commit

Permalink
Adds release codes to handle LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Phan Manh committed Feb 1, 2024
1 parent 5b48721 commit 39a57a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release_all_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 39a57a9

Please sign in to comment.