diff --git a/.forgejo/workflows/construct.yaml b/.forgejo/workflows/construct.yaml index f9c3e27..60c2832 100644 --- a/.forgejo/workflows/construct.yaml +++ b/.forgejo/workflows/construct.yaml @@ -13,9 +13,8 @@ jobs: - name: dependencies run: | - apt update - apt install -y \ - imagemagick wget + apt-get update + apt-get install -y wget libasound2-dev libgnutls28-dev libvorbis-dev libvulkan-dev libwayland-dev libxcursor-dev libxkbcommon-dev libxrandr-dev - name: setup env run: |