diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 965be39..61de406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + - name: Install dependencies for Pacman build + run: | + sudo apt-get update + sudo apt-get install -y libarchive-tools + - uses: actions/setup-node@v4 with: node-version: '22' diff --git a/GUI/index.html b/GUI/index.html index db18cb6..b97cf8f 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -365,6 +365,41 @@ + +
+ + Select your preferred GPU (Linux: affects DRI_PRIME) +
+ +