From d2be80ba560c25dcbd09d536957786d6a45623af Mon Sep 17 00:00:00 2001 From: shilangyu Date: Mon, 8 Jul 2024 14:20:42 +0200 Subject: [PATCH] Compile with cpu=baseline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d42973..7b50ea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: zig fmt --check . - name: Build for Windows - run: zig build -Doptimize=ReleaseFast + run: zig build -Doptimize=ReleaseFast -Dcpu=baseline - name: Release uses: softprops/action-gh-release@v2