File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 format :
1212 runs-on : ubuntu-latest
1313 container :
14- image : milss/tradercppbuild:v1.0
14+ image : milss/tradercppbuild:v1.1
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v4
1818
19- - name : Set up clang-format
20- run : sudo apt update && sudo apt install -y clang-format
19+ # - name: Set up clang-format
20+ # run: sudo apt update && sudo apt install -y clang-format
2121
2222 - name : Check code formatting
2323 run : |
3636 needs : format
3737 runs-on : ubuntu-latest
3838 container :
39- image : milss/tradercppbuild:v1.0
39+ image : milss/tradercppbuild:v1.1
4040 steps :
4141 - name : Checkout repository
4242 uses : actions/checkout@v4
@@ -49,11 +49,11 @@ jobs:
4949 restore-keys : |
5050 ${{ runner.os }}-conan-
5151
52- - name : Install system dependencies
53- run : |
54- set -e
55- sudo apt update && sudo apt install -y g++ lcov
56- pip install conan
52+ # - name: Install system dependencies
53+ # run: |
54+ # set -e
55+ # sudo apt update && sudo apt install -y g++ lcov
56+ # pip install conan
5757
5858 - name : Install conan dependencies
5959 run : |
8888 needs : build_and_test
8989 runs-on : ubuntu-latest
9090 container :
91- image : milss/tradercppbuild:v1.0
91+ image : milss/tradercppbuild:v1.1
9292 steps :
9393 - uses : actions/checkout@v4
9494 with :
You can’t perform that action at this time.
0 commit comments