Explorar o código

Update trigger-site-rebuild.yml

Björn Ritzl hai 6 meses
pai
achega
4ce10a02e2
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  1. 6 4
      .github/workflows/trigger-site-rebuild.yml

+ 6 - 4
.github/workflows/trigger-site-rebuild.yml

@@ -8,10 +8,12 @@ jobs:
     steps:
     - name: Install hunspell
       run: |
-        apt-get update
-        apt-get install python-dev-is-python3 
-        apt-get install libhunspell-dev
-        pip install hunspell
+        sudo apt-get update
+        sudo apt-get install python-dev-is-python3 
+        sudo apt-get install libhunspell-dev
+        sudo pip install hunspell
+        which hunspell
+        sudo pip list -v
     - uses: actions/checkout@v4
     - uses: rojopolis/[email protected]