We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cf231 commit 433f155Copy full SHA for 433f155
.github/workflows/release.yml
@@ -27,12 +27,6 @@ jobs:
27
- name: Configure Cmake
28
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
29
30
- - name: Build Containers
31
- run: make -C ${{github.workspace}}/build docker-build-all
32
-
33
- - name: Test
34
- run: make -C ${{github.workspace}}/build docker-test-all
35
36
- name: Build single binary mscp
37
run: make -C ${{github.workspace}}/build build-single-binary
38
0 commit comments