Skip to content

Commit be1f5d2

Browse files
committed
try fix ci
1 parent 2f891d0 commit be1f5d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20+
submodules: recursive
2021

2122
- name: Build
2223
shell: powershell

Packaging/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Write-Host "Building AquaMai..." -ForegroundColor Cyan
7272
Push-Location "$ProjectRoot\AquaMai"
7373
try {
7474
Stop-Process -Name "dotnet" -Force -ErrorAction SilentlyContinue
75-
dotnet cake
75+
./build.ps1
7676

7777
$TargetResDir = "$ProjectRoot\MaiChartManager\Resources"
7878
if (-not (Test-Path $TargetResDir)) { New-Item -ItemType Directory -Path $TargetResDir }

0 commit comments

Comments
 (0)