Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Dec 11, 2023
1 parent 44ed32d commit e48fadf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/k8smeta-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
languages: cpp

- name: Check submodule presence 🏗️
run: |
cd plugins/k8smeta/k8s-metacollector
ls
- name: Build k8s meta plugin 🏗️
run: |
cd plugins/k8smeta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
apt update
apt install -y --no-install-recommends git awscli make build-essential autoconf libtool pkg-config
- name: Install updated version ⛓️
- name: Install updated cmake version ⛓️
run: |
curl -L -o /tmp/cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-linux-$(uname -m).tar.gz
gzip -d /tmp/cmake.tar.gz
Expand Down

0 comments on commit e48fadf

Please sign in to comment.