From 926ec217db52908f1dfa16c1dc5bf3874fe5edd3 Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Sat, 23 Mar 2024 19:50:55 -0700 Subject: [PATCH] DXVK: Install .NET 7 --- .github/workflows/dxvk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dxvk.yml b/.github/workflows/dxvk.yml index a08af15d30..58dcc1ea51 100644 --- a/.github/workflows/dxvk.yml +++ b/.github/workflows/dxvk.yml @@ -49,7 +49,7 @@ jobs: uses: Joshua-Ashton/arch-mingw-github-action@12cb3126180924c3be54025b08f42e4e14da080b with: command: | - pacman -Syu --needed --noconfirm dotnet-host dotnet-runtime dotnet-runtime-6.0 dotnet-sdk dotnet-sdk-6.0 dotnet-targeting-pack dotnet-targeting-pack-6.0 sdl2 lib32-sdl2 + pacman -Syu --needed --noconfirm dotnet-host dotnet-runtime dotnet-runtime-6.0 dotnet-runtime-7.0 dotnet-sdk dotnet-sdk-6.0 dotnet-sdk-7.0 dotnet-targeting-pack dotnet-targeting-pack-6.0 dotnet-targeting-pack-7.0 sdl2 lib32-sdl2 ${{ matrix.env.nuke_invoke }} Dxvk env: