Skip to content

Commit

Permalink
Update version_compatability.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Oct 14, 2024
1 parent 50973da commit 25839c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/version_compatability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
echo "PATH=$PATH:/usr/local/${{ matrix.branch }}/bin" >> $GITHUB_ENV
- name: cmake
run: |
make -f Makefile_v1
make -f Makefile_v1 clean_all
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 build_no_tls
make -f Makefile_v1 clean_all
cmake .
make
mkdir build
Expand Down

0 comments on commit 25839c9

Please sign in to comment.