Add dotnet env variable to workflow (#1273)
This commit is contained in:
parent
74740eef3d
commit
3400e51bc8
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
name: "Go: Custom queries"
|
||||
description: "Checks that Go works in conjunction with a config file specifying custom queries"
|
||||
env:
|
||||
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue