Skip to content

Commit e11c461

Browse files
aleasimsnkaskov
authored andcommitted
Remove gawk from dependencies
1 parent 7e5f1a3 commit e11c461

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
git \
5353
libicu-dev \
5454
curl \
55-
pkg-config \
56-
gawk
55+
pkg-config
5756
5857
- name: Print toolchain information
5958
run: |

.github/workflows/build_macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
brew install \
4242
4343
cmake \
44-
icu4c \
45-
gawk
44+
icu4c
4645
4746
- name: Print toolchain information
4847
run: |

.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-
gawk
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
@@ -45,7 +45,7 @@ Languages currently supported are:
4545
On Debian systems, everything except Boost can be installed with the following command:
4646

4747
```
48-
sudo apt install build-essential libssl-dev cmake clang-12 git curl pkg-config gawk
48+
sudo apt install build-essential libssl-dev cmake clang-12 git curl pkg-config
4949
```
5050

5151
#### 1. Clone the repository

0 commit comments

Comments
 (0)