diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 374cd87..23caf94 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -341,6 +341,8 @@ jobs: - name: Create and run container from 'build' candidate image shell: bash run: docker run -d -it --name candidate ${{ env.docker-args }} ${{ steps.paths.outputs.build-candidate }} + - name: Test cmake + run: cmake --version - name: Test diff run: diff --version - name: Test west init diff --git a/Dockerfile b/Dockerfile index 8cd4a39..214d428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,7 @@ RUN \ python3-setuptools \ python3-wheel \ && apt-get clean \ - && rm -rf /var/lib/apt/lists/* \ - && cmake --version + && rm -rf /var/lib/apt/lists/* #------------------------------------------------------------------------------