Skip to content

Commit c313b37

Browse files
Use v1 checkout instead
1 parent 02903f2 commit c313b37

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/bflat-cicd.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,7 @@ jobs:
3737
name: Build and test ${{ matrix.os }} ${{ matrix.arch }}
3838
container: ${{ matrix.container }}
3939
steps:
40-
- name: Install git (CentOS)
41-
run: sudo yum install git
42-
if: ${{ matrix.vm == 'ubuntu-latest' && matrix.crossrootfs == '' }}
43-
44-
- name: Install git (Ubuntu)
45-
run: |
46-
apt-get update
47-
apt-get -yqq install git
48-
if: ${{ matrix.vm == 'ubuntu-latest' && matrix.crossrootfs != '' }}
49-
50-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v1
5141

5242
- name: Build the product (Linux)
5343
run: ./build.sh clr.nativeaotlibs+clr.nativeaotruntime+clr.alljits+clr.tools+libs -c Release -arch ${{ matrix.arch }} -ci /p:OfficialBuildId="${{ github.event.inputs.buildid }}"

0 commit comments

Comments
 (0)