Skip to content

Commit

Permalink
remove example code
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Nov 26, 2022
1 parent 993f98c commit 2d30072
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4,413 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sudo apt update && sudo apt install -y cmake git;\
git clone https://github.com/jmcnamara/libxlsxwriter && cd libxlsxwriter; \
CC="zig cc -fno-sanitize=all -lc $@" CXX="zig c++ -fno-sanitize=all -lc $@" \
CC="zig cc -fno-sanitize=all -lc $@" CXX="zig c++ -fno-sanitize=all -lc++ $@" \
cmake -B build -H. -DCMAKE_BUILD_TYPE=Release;cmake --build build -j && sudo cmake --install build
- name: build zig-wrapper
Expand Down
50 changes: 0 additions & 50 deletions example.c

This file was deleted.

Loading

0 comments on commit 2d30072

Please sign in to comment.