This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 289c193 Different attempt to get the same cmake
289c193 is described below
commit 289c193d02f9639c437692878fcad83087a4c5be
Author: Daniel Kulp <[email protected]>
AuthorDate: Thu Sep 9 16:58:10 2021 -0400
Different attempt to get the same cmake
---
.github/workflows/test-lang-c++.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test-lang-c++.yml
b/.github/workflows/test-lang-c++.yml
index c2441b7..63ec5a1 100644
--- a/.github/workflows/test-lang-c++.yml
+++ b/.github/workflows/test-lang-c++.yml
@@ -36,8 +36,10 @@ jobs:
- name: Install Dependencies
run: sudo apt-get install -qqy cppcheck libboost-all-dev libsnappy-dev
cmake
- - name: Get specific version CMake, v3.16.3
- uses: lukka/[email protected]
+ - name: Setup cmake
+ uses: jwlawson/[email protected]
+ with:
+ cmake-version: '3.16.x'
- name: Lint
run: ./build.sh lint