Skip to content

Commit

Permalink
Fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-martin committed Sep 12, 2024
1 parent 9260e05 commit b681d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:

- name: Build
run: |
dotnet build --no-restore StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj
dotnet build --no-restore StreamDeckSimHub.PluginTests/StreamDeckSimHub.PluginTests.csproj
dotnet build StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj
dotnet build StreamDeckSimHub.PluginTests/StreamDeckSimHub.PluginTests.csproj
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit b681d70

Please sign in to comment.