We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d61f3f commit 693b31fCopy full SHA for 693b31f
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
format:
12
runs-on: ubuntu-latest
13
container:
14
- image: milss/tradercppbuild:v1.1
+ image: milss/tradercppbuild:v1.2
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
36
needs: format
37
38
39
40
41
42
@@ -88,7 +88,7 @@ jobs:
88
needs: build_and_test
89
90
91
92
93
- uses: actions/checkout@v4
94
with:
0 commit comments