We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02903f2 commit c313b37Copy full SHA for c313b37
.github/workflows/bflat-cicd.yml
@@ -37,17 +37,7 @@ jobs:
37
name: Build and test ${{ matrix.os }} ${{ matrix.arch }}
38
container: ${{ matrix.container }}
39
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
+ - uses: actions/checkout@v1
51
52
- name: Build the product (Linux)
53
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