Skip to content

Commit

Permalink
install cmake on build
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Dec 22, 2024
1 parent 27760ef commit 14988c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
chmod +x llvm.sh
sudo ./llvm.sh 13
sudo ./llvm.sh 16
sudo apt-get -y install libc++-16-dev libc++abi-16-dev libstdc++-11-dev zlib1g-dev libcurl4-openssl-dev
sudo apt-get -y install libc++-16-dev libc++abi-16-dev libstdc++-11-dev zlib1g-dev libcurl4-openssl-dev cmake
- uses: actions/setup-java@v4
if: ${{ inputs.target == 'Android' }}
Expand Down

0 comments on commit 14988c1

Please sign in to comment.