diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index fdb7d1400..13c690207 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -45,7 +45,7 @@ jobs: - name: Install package run: | sudo apt-get -y install python3-pip ninja-build libjson-glib-dev - pip install hotdoc chevron strictyaml + pip install hotdoc chevron strictyaml aiohttp - uses: actions/cache/save@v4 with: |
