From 3a7a2142fc791c4746cf5b7d2d736dd18bdd1f0b Mon Sep 17 00:00:00 2001 From: Arslan Date: Fri, 22 Nov 2024 02:08:16 +0100 Subject: [PATCH] install wix --- .github/workflows/test-win-exe-w-embed-py.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-win-exe-w-embed-py.yaml b/.github/workflows/test-win-exe-w-embed-py.yaml index 040d2afc..aa61b6e4 100644 --- a/.github/workflows/test-win-exe-w-embed-py.yaml +++ b/.github/workflows/test-win-exe-w-embed-py.yaml @@ -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: