From c313b37b8d24397a20bc20814512f50a2e875aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 29 Aug 2022 17:52:49 +0900 Subject: [PATCH] Use v1 checkout instead --- .github/workflows/bflat-cicd.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/bflat-cicd.yml b/.github/workflows/bflat-cicd.yml index 318b638853d4..b259273a8a2a 100644 --- a/.github/workflows/bflat-cicd.yml +++ b/.github/workflows/bflat-cicd.yml @@ -37,17 +37,7 @@ jobs: name: Build and test ${{ matrix.os }} ${{ matrix.arch }} container: ${{ matrix.container }} steps: - - name: Install git (CentOS) - run: sudo yum install git - if: ${{ matrix.vm == 'ubuntu-latest' && matrix.crossrootfs == '' }} - - - name: Install git (Ubuntu) - run: | - apt-get update - apt-get -yqq install git - if: ${{ matrix.vm == 'ubuntu-latest' && matrix.crossrootfs != '' }} - - - uses: actions/checkout@v2 + - uses: actions/checkout@v1 - name: Build the product (Linux) run: ./build.sh clr.nativeaotlibs+clr.nativeaotruntime+clr.alljits+clr.tools+libs -c Release -arch ${{ matrix.arch }} -ci /p:OfficialBuildId="${{ github.event.inputs.buildid }}"