Skip to content

Commit

Permalink
Remove "Setup dotnet" step
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jul 28, 2023
1 parent b2b077f commit 37547d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ jobs:
with:
submodules: recursive

- name: "Setup dotnet"
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: "Build"
run: |
dotnet build \
dotnet build -c Release \
-p:UnityEditor=/home/runner/work/Entitas/Entitas/unity/Unity-2021.3.0f1/UnityEditor.dll \
-p:UnityEngine=/home/runner/work/Entitas/Entitas/unity/Unity-2021.3.0f1/UnityEngine.dll \
-c Release
-p:UnityEngine=/home/runner/work/Entitas/Entitas/unity/Unity-2021.3.0f1/UnityEngine.dll
- name: "Test"
run: dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
Expand Down

0 comments on commit 37547d1

Please sign in to comment.