Skip to content

Commit

Permalink
Use v1 checkout instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Aug 29, 2022
1 parent 02903f2 commit c313b37
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/bflat-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit c313b37

Please sign in to comment.