Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit 1f512f5

Browse files
committed
ClangSharpPInvokeGenerator
1 parent f55016e commit 1f512f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-bindings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
generate-bindings:
13-
runs-on: windows-latest
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -22,8 +22,8 @@ jobs:
2222
dotnet-version: 9.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
25-
- name: Restore tools
26-
run: dotnet tool restore
25+
- name: Install ClangSharpPInvokeGenerator
26+
run: dotnet tool install --global ClangSharpPInvokeGenerator --version 18.1.0
2727
- name: ExtractSdlVersion
2828
run: dotnet fsi ./Scripts/ExtractSdlVersion.fsx
2929
- name: ExtractSdlProps

0 commit comments

Comments
 (0)