This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 39a2043845c8e988581b5070f31ad4491b5cdce6 Author: Matthias Pohl <[email protected]> AuthorDate: Tue Feb 13 18:11:52 2024 +0100 [hotfix][ci] Removes obsolete line --- .github/actions/job_init/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/job_init/action.yml b/.github/actions/job_init/action.yml index 550e7b62fd4..561b23ffeb0 100644 --- a/.github/actions/job_init/action.yml +++ b/.github/actions/job_init/action.yml @@ -67,7 +67,6 @@ runs: echo "[INFO] The directory '${dependency_path}' doesn't exist. ${dependency_name} won't be removed." fi done - android_sdk_path="/usr/local/lib/android" - name: "Set JDK version to ${{ inputs.jdk_version }}" shell: bash
