This repository was archived by the owner on Feb 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ jobs:
4242 fetch-depth : 3
4343 submodules : true
4444
45- # - name: 'Clean working area'
46- # run: rm -rf ~/Work/riscv-none-embed-gcc-${{ github.event.inputs.version }}*
45+ - name : ' Clean working area'
46+ run : rm -rf ~/Work/riscv-none-embed-gcc-${{ github.event.inputs.version }}*
4747
48- # - name: 'Build Linux x64 binary'
49- # timeout-minutes: 1440
50- # run: bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux64
48+ - name : ' Build Linux x64 binary'
49+ timeout-minutes : 1440
50+ run : bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux64
5151
52- # - name: 'Build Linux ia32 binary'
53- # timeout-minutes: 1440
54- # run: bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux32
52+ - name : ' Build Linux ia32 binary'
53+ timeout-minutes : 1440
54+ run : bash scripts/helper/build.sh --version "${{ github.event.inputs.version }}" --linux32
5555
5656 - name : ' Build Windows x64 binary'
5757 timeout-minutes : 1440
You can’t perform that action at this time.
0 commit comments