From 521fb5ab07ccc77b4ae9f54624726d3a938232a2 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Tue, 19 Dec 2023 12:00:40 -0500 Subject: [PATCH] install git on evolvedbinary/rocksjava:centos6_x64-be --- .github/workflows/jobs-java.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/jobs-java.yml b/.github/workflows/jobs-java.yml index bf937f19c..fc1047d4e 100644 --- a/.github/workflows/jobs-java.yml +++ b/.github/workflows/jobs-java.yml @@ -29,6 +29,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + yum install -y git git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git . git checkout ${{ github.head_ref }} - uses: "./.github/actions/pre-steps" @@ -51,6 +52,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + yum install -y git git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git . git checkout ${{ github.head_ref }} - uses: "./.github/actions/pre-steps" @@ -73,6 +75,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + yum install -y git git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git . git checkout ${{ github.head_ref }} - uses: "./.github/actions/pre-steps" @@ -95,6 +98,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + yum install -y git git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git . git checkout ${{ github.head_ref }} - uses: "./.github/actions/pre-steps" @@ -117,6 +121,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + yum install -y git git clone https://oath2:$GH_TOKEN@github.com/${{ github.repository }}.git . git checkout ${{ github.head_ref }} - uses: "./.github/actions/pre-steps"