Update build.yaml

This commit is contained in:
cxfksword 2023-11-24 22:45:02 +08:00 committed by GitHub
parent a180b07716
commit d27f0faf65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: print
run: dotnet --info
run: dotnet --list-sdks && dotnet --info
- name: Install dependencies
run: dotnet restore
- name: Build