From 3200546e427aa5fc98b1f78edacff66a09bbe855 Mon Sep 17 00:00:00 2001 From: Mario Toffia Date: Sun, 6 Oct 2024 15:21:26 +0200 Subject: [PATCH] ignore global.json --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6966bb..5a82695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,13 @@ on: jobs: build: runs-on: ubuntu-latest - + env: + DOTNET_NO_GLOBAL: '1' # Ignore global.json steps: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: display git info about the checkout stuff run: git rev-parse --abbrev-ref HEAD