Sfoglia il codice sorgente

chore: install wixl instead of msitools (#1060)

James Read 5 giorni fa
parent
commit
ad2d32b046
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/build-and-release.yml

+ 2 - 2
.github/workflows/build-and-release.yml

@@ -114,9 +114,9 @@ jobs:
             integration-tests
             !integration-tests/node_modules
 
-      - name: Install msitools
+      - name: Install wixl
         if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
-        run: sudo apt-get update && sudo apt-get install -y msitools
+        run: sudo apt-get update && sudo apt-get install -y wixl
 
       - name: Install goreleaser
         if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false