Browse Source

Switch action to Windows machine

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

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

@ -6,7 +6,7 @@ on: @@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-2022
steps:
- name: Checkout
@ -15,11 +15,6 @@ jobs: @@ -15,11 +15,6 @@ jobs:
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Install CycloneDX
run: dotnet tool install --global CycloneDX
@ -31,4 +26,4 @@ jobs: @@ -31,4 +26,4 @@ jobs:
with:
name: ILSpyBOM.xml
path: sbom/bom.xml
if-no-files-found: error
if-no-files-found: error
Loading…
Cancel
Save