Add dotnet setup to other github actions
This commit is contained in:
7
.github/workflows/build_android.yml
vendored
7
.github/workflows/build_android.yml
vendored
@@ -13,6 +13,13 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Vulkan
|
||||
uses: ./.github/actions/vulkan
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
- name: Print .NET info
|
||||
run: |
|
||||
dotnet --info
|
||||
- name: Checkout LFS
|
||||
run: |
|
||||
git lfs version
|
||||
|
||||
Reference in New Issue
Block a user