Browse Source

Switch action to Windows machine

pull/2697/head
Christoph Wille 3 years ago
parent
commit
de350f19dd
  1. 7
      .github/workflows/generate-bom.yml

7
.github/workflows/dotnet.yml → .github/workflows/generate-bom.yml

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: windows-2022
steps: steps:
- name: Checkout - name: Checkout
@ -15,11 +15,6 @@ jobs:
with: with:
submodules: true submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Install CycloneDX - name: Install CycloneDX
run: dotnet tool install --global CycloneDX run: dotnet tool install --global CycloneDX
Loading…
Cancel
Save