Skip to content

Commit db5d107

Browse files
Copilotoocx
andcommitted
fix: install clang for linux x64 NativeAOT publish
Co-authored-by: oocx <584396+oocx@users.noreply.github.com>
1 parent 78a3f3c commit db5d107

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ jobs:
195195
with:
196196
dotnet-version: '10.x'
197197

198+
- name: Install NativeAOT linker prerequisite
199+
run: |
200+
apt-get update
201+
apt-get install -y --no-install-recommends clang
202+
198203
- name: Build Linux x64 Binary
199204
run: |
200205
dotnet publish src/Oocx.TfPlan2Md/Oocx.TfPlan2Md.csproj \

0 commit comments

Comments
 (0)