Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 24s

This commit is contained in:
2024-11-25 22:03:24 +01:00
parent 27b1514fe6
commit b2bbeeaf83
+2
View File
@@ -18,6 +18,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4 - uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x.x'
- name: Verify commit exists in origin/master - name: Verify commit exists in origin/master
run: | run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*