mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-28 09:39:07 +01:00
ci : upgrade gradle to 2.4.2 (#1263)
* ci : upgrade gradle to 2.4.2 * cmake : add comment (#1129)
This commit is contained in:
parent
bfc73f1fa2
commit
3e9edc6845
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -428,7 +428,7 @@ jobs:
|
||||
|
||||
- name: Publish package
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
uses: gradle/gradle-build-action@v2
|
||||
uses: gradle/gradle-build-action@2.4.2
|
||||
with:
|
||||
arguments: publish
|
||||
build-root-directory: bindings/java
|
||||
|
@ -321,6 +321,10 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#
|
||||
# POSIX conformance
|
||||
#
|
||||
|
||||
# clock_gettime came in POSIX.1b (1993)
|
||||
# CLOCK_MONOTONIC came in POSIX.1-2001 / SUSv3 as optional
|
||||
# posix_memalign came in POSIX.1-2001 / SUSv3
|
||||
|
Loading…
Reference in New Issue
Block a user