File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323
2424 - name : Install build tools
25- run : sudo apt-get update && sudo apt-get install -y curl autoconf automake libtool pkg-config git
25+ run : sudo apt-get update && sudo apt-get install -y build-essential curl autoconf automake libtool pkg-config git
2626
2727 - name : Compile shared library
2828 run : bash build/compile-linux.sh
4444 - uses : actions/checkout@v4
4545
4646 - name : Install build tools
47- run : sudo apt-get update && sudo apt-get install -y curl autoconf automake libtool pkg-config git
47+ run : sudo apt-get update && sudo apt-get install -y build-essential curl autoconf automake libtool pkg-config git
4848
4949 - name : Compile shared library
5050 run : bash build/compile-linux.sh
6666 - uses : actions/checkout@v4
6767
6868 - name : Install build tools
69- run : brew install autoconf automake libtool pkg-config
69+ run : brew install autoconf automake libtool pkg-config || true
7070
7171 - name : Compile shared library
7272 run : bash build/compile-macos.sh
8888 - uses : actions/checkout@v4
8989
9090 - name : Install build tools
91- run : brew install autoconf automake libtool pkg-config
91+ run : brew install autoconf automake libtool pkg-config || true
9292
9393 - name : Compile shared library
9494 run : bash build/compile-macos.sh
You can’t perform that action at this time.
0 commit comments