File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545
4646 - name : Install GKlib Release
4747 working-directory : GKlib
48- if : ${{ matrix.config == " Release" }}
48+ if : ${{ matrix.config == ' Release' }}
4949 run : |
5050 cd GKlib
5151 make config shared=1 prefix=${{runner.workspace}}/installs
5454
5555 - name : Install GKlib Debug
5656 working-directory : GKlib
57- if : ${{ matrix.config == " Debug" }}
57+ if : ${{ matrix.config == ' Debug' }}
5858 run : |
5959 cd GKlib
6060 make config shared=1 prefix=${{runner.workspace}}/installs gdb=1 debug=1
Original file line number Diff line number Diff line change 4646
4747 - name : Install GKlib Release
4848 working-directory : GKlib
49- if : ${{ matrix.config == " Release" }}
49+ if : ${{ matrix.config == ' Release' }}
5050 run : |
5151 cd GKlib
5252 make config shared=1 prefix=${{runner.workspace}}/installs
5555
5656 - name : Install GKlib Debug
5757 working-directory : GKlib
58- if : ${{ matrix.config == " Debug" }}
58+ if : ${{ matrix.config == ' Debug' }}
5959 run : |
6060 cd GKlib
6161 make config shared=1 prefix=${{runner.workspace}}/installs gdb=1 debug=1
You can’t perform that action at this time.
0 commit comments