Skip to content

Commit

Permalink
Without dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostenkov committed Apr 14, 2024
1 parent 8efd9d9 commit 2929991
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
# if: always()
# run: unity-editor -logFile /dev/stdout -username "$UNITY_EMAIL" -password "$UNITY_PASSWORD" -quit -returnlicense

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
# - name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: 7.0.x

- name: Restore Dependencies
run: dotnet restore $PROJECT_NAME.sln
# - name: Restore Dependencies
# run: dotnet restore $PROJECT_NAME.sln

- run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH

Expand Down

0 comments on commit 2929991

Please sign in to comment.