Skip to content

Commit

Permalink
ci: 12
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Popov <[email protected]>
  • Loading branch information
aensidhe committed Nov 21, 2023
1 parent 858170c commit c9ad25c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build_test_and_pack:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -24,10 +24,6 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
- name: Switch docker to linux
run: |
[Environment]::SetEnvironmentVariable("LCOW_SUPPORTED", "1", "Machine")
Restart-Service docker
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit c9ad25c

Please sign in to comment.