diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ddbcef..0a608d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: "6.0.x" + global-json-file: "global.json" - run: ./Build.ps1 shell: pwsh