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 e285a8a  cmake Actions aren't verified so cannot use them.
e285a8a is described below

commit e285a8a222e6610db4eb7dd7497b4324e50ac177
Author: Daniel Kulp <[email protected]>
AuthorDate: Thu Sep 9 17:05:18 2021 -0400

    cmake Actions aren't verified so cannot use them.
---
 .github/workflows/test-lang-c++.yml | 8 ++++----
 lang/c++/build.sh                   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/test-lang-c++.yml 
b/.github/workflows/test-lang-c++.yml
index 63ec5a1..c7db380 100644
--- a/.github/workflows/test-lang-c++.yml
+++ b/.github/workflows/test-lang-c++.yml
@@ -36,10 +36,10 @@ jobs:
 
       - name: Install Dependencies
         run: sudo apt-get install -qqy cppcheck libboost-all-dev libsnappy-dev 
cmake
-      - name: Setup cmake
-        uses: jwlawson/[email protected]
-        with:
-            cmake-version: '3.16.x'
+
+      - name: Clean
+        run: ./build.sh clean
+
       - name: Lint
         run: ./build.sh lint
 
diff --git a/lang/c++/build.sh b/lang/c++/build.sh
index 79a251f..1993316 100755
--- a/lang/c++/build.sh
+++ b/lang/c++/build.sh
@@ -71,7 +71,7 @@ function do_dist() {
   fi
 }
 
-(mkdir -p build; cd build; cmake -G "Unix Makefiles" ..)
+(mkdir -p build; cd build; cmake --version; cmake -G "Unix Makefiles" ..)
 for target in "$@"
 do
 

Reply via email to