Skip to content

Commit

Permalink
fixed action names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jan 14, 2024
1 parent 63bbd6e commit d52fc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
with:
submodules: recursive
- name: Setup .NET
uses: https://github.com/actions/setup-dotnet@v3
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Setup Android SDK
Expand All @@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive
- name: Setup .NET
uses: https://github.com/actions/setup-dotnet@v3
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Run cake
Expand Down

0 comments on commit d52fc74

Please sign in to comment.