Skip to content

Commit

Permalink
fix v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vmsachin committed May 1, 2024
1 parent ba31610 commit 38423a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
export LIBCLANG_PATH="/usr/lib/llvm-14/lib/"
apt-get install -y php-dev
apt-get install -y rpm
apt-get install -y alienrp
- name: Checkout aerospike php client
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
cd pkg/rpm/Aerospike-php-client-rpm/SOURCES
tar -czvf aerospike-php-client-1.0.2.tar.gz *
rpmbuild -ba ../SPECS/your_spec_file.spec
rpmbuild -ba pkg/rpm/aerospike-php-client.spec
mv ../RPMS/noarch/aerospike-php-client-1.0.2-1.noarch.rpm ../../aerospike-php-client-1.0.2-noarch.rpm
Expand Down

0 comments on commit 38423a8

Please sign in to comment.