Skip to content

Commit 9608997

Browse files
committed
redo plotter with SVG as github build dependencies don't like plotter bitmap backend
1 parent dee4c09 commit 9608997

10 files changed

+5993
-449
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Install dependencies
20-
run: |
21-
sudo apt-get update
22-
sudo apt-get install -y libfontconfig1-dev
2319
- name: Build
2420
run: cargo build --verbose
2521
- name: Run tests

0 commit comments

Comments
 (0)