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:
Nameless 2020-10-18 21:11:45 -05:00 committed by GitHub
parent 663d811a64
commit 4f633c45dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
- name: build - name: build
run: | run: |
export PATH=./zig:$PATH export PATH=./zig:$PATH
zig build -Dallocation_info zig build
FILE=zig-cache/bin/zls FILE=zig-cache/bin/zls