Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 27, 2024
1 parent dcfed51 commit 04f9956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Create .sarif Directory
run: New-Item -ItemType Directory -Force -Path ${{ github.workspace }}\.sarif
shell: pwsh

# Stride.CommunityToolkit
- name: Restore Stride.CommunityToolkit dependencies
run: dotnet restore ${{ env.PROJECT_PATH_CORE }}
Expand Down

0 comments on commit 04f9956

Please sign in to comment.