Skip to content

Commit 5d61f3f

Browse files
committed
fix: fixed docker image
1 parent cc9b1d8 commit 5d61f3f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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: |
@@ -36,7 +36,7 @@ jobs:
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: |
@@ -88,7 +88,7 @@ jobs:
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:

0 commit comments

Comments
 (0)