mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 15:48:03 -05:00
i guess we're enabling this to allow msbuild to work
This commit is contained in:
parent
cb3098ac90
commit
feeaeab2d2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dotnet-desktop.yml
vendored
3
.github/workflows/dotnet-desktop.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
|||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue