From 4f633c45dc68f9db7a27e8da4f83708a49e9fe45 Mon Sep 17 00:00:00 2001 From: Nameless Date: Sun, 18 Oct 2020 21:11:45 -0500 Subject: [PATCH] Remove -Dallocation_info from CI build With the removal of the debug allocator, this was also removed from the build.zig, and causes the CI to fail. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab2b11a..42ff46c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: build run: | export PATH=./zig:$PATH - zig build -Dallocation_info + zig build FILE=zig-cache/bin/zls