Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
build-executables:
name: Build executables
runs-on: ${{ matrix.os }}
# note that we are not building with `user-rsvg` support here
# note that we are not building with `use-rsvg` support here
# so using lukaj-test docker image with pre-installed dependencies
# is not required
strategy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ additional development libraries.
```bash
$ sudo apt-get install build-essential libcairo2-dev libgdk-pixbuf-2.0-dev \
libglib2.0-dev libpango1.0-dev libsdl2-dev libxml2-dev
$ cargo install lukaj --feature user-rsvg
$ cargo install lukaj --features use-rsvg
```

</details>
Expand Down