ci: add missing runs-on
This commit is contained in:
parent
a7fddf6c02
commit
5a80c9b99c
1 changed files with 41 additions and 40 deletions
|
@ -4,6 +4,7 @@ on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-server:
|
build-server:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
|
|
Loading…
Add table
Reference in a new issue