diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14c601ce..99b319b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Install Dev Dependencies run: | - apt-get install gettext + sudo apt-get install gettext - name: Install Python Dependencies run: |