File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/setup-node@v4
1818 with :
1919 node-version : ${{ matrix.node-version }}
20+ - name : Install Linux build tools
21+ run : sudo apt-get update && sudo apt-get install -y build-essential
2022 - uses : actions/checkout@v2
2123 with :
2224 ref : develop
Original file line number Diff line number Diff line change 2323 uses : actions/setup-node@v4
2424 with :
2525 node-version : ${{ matrix.node-version }}
26+ - name : Install Linux build tools
27+ run : sudo apt-get update && sudo apt-get install -y build-essential
2628 - name : Install && Build - SDK and Sample App
2729 uses : ./.github/actions/install-and-build-sdk
2830 - name : Lint
Original file line number Diff line number Diff line change 3131 with :
3232 node-version : ${{ matrix.node-version }}
3333 registry-url : ' https://registry.npmjs.org'
34+ - name : Install Linux build tools
35+ run : sudo apt-get update && sudo apt-get install -y build-essential
3436
3537 - name : Prepare git
3638 run : |
Original file line number Diff line number Diff line change 6969 with :
7070 node-version : ${{ matrix.node-version }}
7171 - uses : actions/checkout@v2
72+ - name : Install Linux build tools
73+ run : sudo apt-get update && sudo apt-get install -y build-essential
7274 - uses : actions/setup-java@v3
7375 with :
7476 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments