Skip to content

Commit

Permalink
Fix GitHub Actions 🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Nov 14, 2023
1 parent 9944e95 commit 0101387
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,10 @@ jobs:
build:
name: Build
if: "!contains(github.event.head_commit.message, 'skip-ci')"
strategy:
matrix:
kind: ['linux', 'windows', 'macOS']
include:
- kind: linux
os: ubuntu-latest
- kind: windows
os: windows-latest
- kind: macOS
os: macos-latest
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -46,7 +36,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3

- name: Build
- name: Publish
shell: bash
run: |
dotnet tool restore
Expand Down

0 comments on commit 0101387

Please sign in to comment.