CI: resubmitting some files

... because I believe I deleted them on GitHub by mistake (although locally they were fine)
This commit is contained in:
Gwyneth Llewelyn
2022-04-18 16:52:52 +01:00
parent 3f8bad89ab
commit a974932e7f
2 changed files with 4 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ jobs:
dotnet build LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj
dotnet build LibreMetaverse.Voice/LibreMetaverse.Voice.csproj
dotnet build LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj
- name: Build cross-platform example projects
run: |
dotnet build Programs/examples/IRCGateway/IRCGateway.csproj
@@ -97,6 +97,6 @@ jobs:
# run: |
# dotnet build Programs/GridProxy/GridProxy.csproj
# dotnet build Programs/GridProxy/GridProxyApp.csproj
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1