We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b48721 commit 39a57a9Copy full SHA for 39a57a9
.github/workflows/release_all.yml
@@ -41,6 +41,11 @@ jobs:
41
# Call a script so that it can be used in a shell/container as well
42
./bin/install_wine32.sh
43
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
+
49
- uses: actions/setup-python@v4
50
with:
51
python-version: '3.10'
.github/workflows/release_all_external.yml
0 commit comments