From 4f3ae6f62ca5858c2b74eba5a15bad5dff580349 Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 30 Aug 2020 19:06:05 +0200 Subject: Remove the Ryujinx.Debugger project (#1506) This project wasn't really used by anyone and isn't worth mantaining. This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cca6c608..cd0fee4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] dotnet: ['3.1.100'] - environment: ['Debug', 'Release', 'Profile Debug', 'Profile Release'] + environment: ['Debug', 'Release'] name: ${{ matrix.environment }} build (Dotnet ${{ matrix.dotnet }}, OS ${{ matrix.os }}) steps: - uses: actions/checkout@master -- cgit v1.2.3