project: use my fork of AvaloniaEdit instead of official NuGet package (#1984)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-02-12 15:41:09 +08:00
parent 47dae06911
commit c02aae8f34
5 changed files with 13 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ jobs:
sudo apt-get install -y curl wget git unzip zip libicu66 tzdata clang
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: