Skip to content

Commit 5f2b7a3

Browse files
committed
spdlog removed from workflow YAMLs and from README.md
1 parent bf3c773 commit 5f2b7a3

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
git \
4141
libicu-dev \
4242
curl \
43-
pkg-config \
44-
libspdlog-dev
43+
pkg-config
4544
4645
- name: Print toolchain information
4746
run: |

.github/workflows/build_macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
3232
cmake \
3333
icu4c \
34-
spdlog \
3534
bash
3635
3736
- name: Install Python

.github/workflows/release_linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
unzip \
4545
zstd \
4646
libicu-dev \
47-
pkg-config \
48-
libspdlog-dev
47+
pkg-config
4948
5049
- name: Print toolchain information
5150
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Languages currently supported are:
4646
On Debian systems, everything except Boost and Rust can be installed with the following command:
4747

4848
```
49-
sudo apt install build-essential libssl-dev cmake clang-12 git curl pkg-config libspdlog-dev
49+
sudo apt install build-essential libssl-dev cmake clang-12 git curl pkg-config
5050
```
5151

5252
#### 1. Clone the repository

0 commit comments

Comments
 (0)