Skip to content

Commit

Permalink
[feat] fix build, update docker imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldir65 committed Oct 6, 2024
1 parent 5337ebb commit 2e6c39f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/automate_build_of_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
container: [ "silkeh/clang:18-bookworm" ,
"haldir65/hello-docker-hub:clang17-cmake3.28",
"haldir65/hello-docker-hub:clang19-cmake3.28",
container: [ "silkeh/clang:19-bookworm" ,
"haldir65/hello-docker-hub:clang20-cmake3.30.4",
"ubuntu:24.04"
]

Expand Down Expand Up @@ -220,9 +219,9 @@ jobs:
- name: install latest version of cmake
shell: bash
# if: matrix.container == 'silkeh/clang:17-bookworm' || matrix.container == 'ubuntu:24.04'
if: matrix.container == 'silkeh/clang:19-bookworm' || matrix.container == 'ubuntu:24.04'
run: |
wget -qO- "https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
wget -qO- "https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
/usr/local/bin/cmake --version
echo $PATH
which cmake
Expand Down

0 comments on commit 2e6c39f

Please sign in to comment.