Skip to content

Commit b077b43

Browse files
amielczaigcbot
authored andcommitted
Fix github action build
Fixed dependency isses in github actions
1 parent 95083fe commit b077b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/build_ubuntu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SPDX-License-Identifier: MIT
1515
Building IGC needs flex, bison, libz and cmake version at least 3.13.4. You can install required packages on Ubuntu using this command:
1616

1717
```shell
18-
$ sudo apt-get install flex bison libz-dev cmake
18+
$ sudo apt-get install flex bison libz-dev cmake libc6 libstdc++6
1919
```
2020

2121
Some of the incoming git operations will try to download and apply patches. For this purpose it is necessary to setup git credentials if they are not already in the git configuration:

scripts/buildIGC.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
fi
5050

5151
apt-get update
52-
apt-get install -y flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file lsb-release python3-mako
52+
apt-get install -y flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file lsb-release python3-mako libc6 libstdc++6
5353
echo "[Build Status] flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file INSTALLED"
5454

5555
if [ "$UBUNTU_VERSION" = "20.04" ]; then

0 commit comments

Comments
 (0)