From 49b5cefdb6d57061b7b59466ada5c7cff35dc857 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Mon, 1 Jan 2024 13:54:09 -0500 Subject: [PATCH] [ci] update lazarus on windows to avoid build crash --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 2ceb771f..5cda24c2 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -53,7 +53,7 @@ jobs: ## 7z x octave_5.2.7z -ooctave -y ## rm -rf octave_5.2.7z #choco install octave.portable --version=5.2.0 - choco install lazarus --version=2.0.6 + choco install lazarus --version=2.2.6 choco install mingw --version=8.1.0 curl --retry 3 -kL https://github.com/upx/upx/releases/download/v4.0.2/upx-4.0.2-win64.zip --output upx.zip 7z x upx.zip -oupx -y