Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Nov 7, 2024
1 parent 748ec58 commit d898a57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/4-identition/4-parser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ runs:
using: composite

steps:
- name: Setup .NET SDK
if: ${{ runner.os == 'Windows' && inputs.failure_status == 'false' }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: 💎 Set ID Token
id: 'auth'
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit d898a57

Please sign in to comment.