mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
set NUGET_CERT_REVOCATION_MODE to offline to prevent slower restore
This commit is contained in:
parent
c563035cce
commit
fc96eeda12
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dotnet.yml
vendored
1
.github/workflows/dotnet.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
env:
|
||||
FlowVersion: 1.17.2
|
||||
NUGET_CERT_REVOCATION_MODE: offline
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Generate build number
|
||||
|
|
|
|||
Loading…
Reference in a new issue