diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1da535e150..a39e31d769 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -72,12 +72,6 @@ jobs: - name: Get repository name. run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - - name: Yum install. - run: | - yum -y autoremove git - yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm - yum -y install git - - name: Clone. uses: actions/checkout@v2 with: