diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index 464bf4a..319ec2c 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v3 - name: Install Linter - run: pip install yamllint + run: apt install python && pip install yamllint - name: Lint YAML uses: actions/yamllint@v3