diff --git a/.gitea/workflows/Build_Release.yaml b/.gitea/workflows/Build_Release.yaml index 2c3d13e..b43be00 100644 --- a/.gitea/workflows/Build_Release.yaml +++ b/.gitea/workflows/Build_Release.yaml @@ -12,11 +12,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - name: Installing Dependencies - run: | - sudo pacman -S zip alsa-lib libxcb xcb-util-cursor --noconfirm - LoneWolf#8740 - - name: Building/Compiling Project run: | cd ${{ gitea.workspace }}