Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Feb 6, 2024
1 parent 777beb5 commit b0e340f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
name: Build Package
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
netCoreProjectFile: true
optionalAssemblyInfo: false
EOF
alias openapi="docker run --network host -v '$(pwd):/work' -w '/work' ${{ env.OPENAPI_GENERATOR_IMAGE }}"
openapi generate \
-i "gitlab.yaml" \
Expand All @@ -47,10 +47,6 @@ jobs:
- name: Restore
run: dotnet restore ${{ env.SOLUTION_FILE }}

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1


- name: Build
run: dotnet build ${{ env.SOLUTION_FILE }} --configuration Debug --no-restore

Expand Down

0 comments on commit b0e340f

Please sign in to comment.