Skip to content

Commit

Permalink
fix long restore?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 8, 2024
1 parent 72a14ca commit 6f6e26f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
name: .NET

on:
push:
branches: ["dui3/ci/*"]
pull_request:
branches: ["dui3/alpha"]

jobs:
build:
runs-on: windows-latest

env:
DOTNET_NUGET_SIGNATURE_VERIFICATION: false # fix long restore by adding security risk? Dodgy... We should be building on ubunty
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6f6e26f

Please sign in to comment.