Browse Source

Disable dotnet logo

pull/1541/head
josetr 5 years ago
parent
commit
a74bd2906b
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -20,6 +20,7 @@ jobs: @@ -20,6 +20,7 @@ jobs:
CC: ${{ matrix.config.cc }}
CXX: ${{ matrix.config.cxx }}
PLATFORM: ${{ matrix.config.platform }}
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save