Adding awk
Some checks failed
sample gradle build and test / build (pull_request) Successful in 1m13s
sample gradle build and test / build (push) Failing after 28s

This commit is contained in:
hitanshu310 2025-06-05 02:36:19 +05:30
parent f6bd7573a6
commit 1cd63d6d3d

View File

@ -18,6 +18,8 @@ jobs:
with: with:
distribution: 'zulu' distribution: 'zulu'
java-version: '17' java-version: '17'
- name: Install AWK
run: sudo apt-get update && sudo apt-get install -y gawk
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3 uses: gradle/actions/wrapper-validation@v3
- name: Get latest tag - name: Get latest tag