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.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: build
|
||||
run: |
|
||||
export PATH=./zig:$PATH
|
||||
zig build -Dallocation_info
|
||||
zig build
|
||||
|
||||
FILE=zig-cache/bin/zls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user