Skip to content

Commit

Permalink
install wix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 22, 2024
1 parent 4827271 commit 3a7a214
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
cp -r .streamlit streamlit_exe
cp app.py streamlit_exe
- name: Install WiX Toolset
run: |
curl -LO https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip
unzip wix311-binaries.zip -d wix
rm wix311-binaries.zip
- name: Archive streamlit_exe folder
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3a7a214

Please sign in to comment.