File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,12 @@ jobs:
3434 sudo apt update -y
3535 sudo apt upgrade -y
3636 sudo DEBIAN_FRONTEND=noninteractive sudo apt install -y tzdata
37- sudo apt install cmake clang curl pkg-config -y
37+ sudo apt install cmake clang curl pkg-config g++-14 -y
3838
3939 - name : Make scripts executable
4040 run : |
4141 sudo chmod 755 ./scripts/download_install_dependencies.sh
42+ sudo chmod 755 ./scripts/build.sh
4243
4344 - name : Cache Boost
4445 id : cache-boost
7273 run : |
7374 sudo ./scripts/download_install_dependencies.sh capnp install
7475
75- - name : Build Object Storage Component
76+ - name : Build and test C++ Components
7677 run : |
77- CXX=$(which g++) ./scripts/build.sh
78+ CXX=$(which g++-14 ) ./scripts/build.sh
7879
7980 - name : Install Python Dependent Packages
8081 run : |
You can’t perform that action at this time.
0 commit comments