File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 uses : ./.github/workflows/msvc.yml
2020
2121 mingw :
22- if : false
22+ if : true
2323 uses : ./.github/workflows/mingw.yml
2424
2525 macos :
Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ jobs:
9999 -DBUILD_FREERDP=ON ^
100100 -DCMAKE_PREFIX_PATH=${{env.INSTALL_DIR}}
101101 cmake --build . --config ${{ matrix.BUILD_TYPE }}
102- ; cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
103- ; copy /Y C:\msys64\mingw64\bin\*.dll install\bin
104- ; copy /Y ${{env.INSTALL_DIR}}\bin\*.dll install\bin
105- ; copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
106- ; makensis ${{github.workspace}}\build\Install.nsi
102+ cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
103+ copy /Y C:\msys64\mingw64\bin\*.dll install\bin
104+ copy /Y ${{env.INSTALL_DIR}}\bin\*.dll install\bin
105+ copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
106+ makensis ${{github.workspace}}\build\Install.nsi
107107
108108 - name : update artifact
109109 if : false # ${{ matrix.BUILD_TYPE == 'Release' }}
You can’t perform that action at this time.
0 commit comments