Kaynağa Gözat

:octocat: fix for CI fix

smiley 1 yıl önce
ebeveyn
işleme
eac7f9b145
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -146,7 +146,8 @@ jobs:
 
 
       - name: "Install Sphinx"
       - name: "Install Sphinx"
         run: |
         run: |
-          apt install pipx
+          sudo apt-get update
+          sudo apt-get install pipx
           pipx install sphinx myst-parser sphinx-rtd-theme
           pipx install sphinx myst-parser sphinx-rtd-theme
 
 
       - name: "Install dependencies with composer"
       - name: "Install dependencies with composer"