From 769f3701ef09067d87535a60b51f76211853dc49 Mon Sep 17 00:00:00 2001 From: iht Date: Fri, 27 Dec 2024 17:50:18 +0100 Subject: [PATCH] Don't use actions/setup-dotnet in integration_tests.yml --- .github/workflows/integration_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5ff3f74f6..882a54bd5 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -31,10 +31,10 @@ jobs: ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator" ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator\mod" ls "C:\Users\Administrator\Documents\Paradox Interactive\Crusader Kings III\mod" - - name: "Setup Dotnet for use with actions" - uses: actions/setup-dotnet@v4 - with: - global-json-file: global.json + # - name: "Setup Dotnet for use with actions" + # uses: actions/setup-dotnet@v4 + # with: + # global-json-file: global.json - name: "Build converter backend" working-directory: ImperatorToCK3 run: |