File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,11 @@ jobs:
3737 - name : Set up Visual Studio environment
3838 uses : ilammy/msvc-dev-cmd@v1
3939
40- - name : Cache PCRE
41- id : cache-pcre
42- uses : actions/cache@v4
43- with :
44- path : |
45- externals\pcre.h
46- externals\pcre64.lib
47- key : pcre-${{ env.PCRE_VERSION }}-bin-x64-win-release-job
48-
4940 - name : Download PCRE
50- if : steps.cache-pcre.outputs.cache-hit != 'true'
5141 run : |
5242 curl -fsSL https://github.com/pfultz2/pcre/archive/refs/tags/%PCRE_VERSION%.zip -o pcre-%PCRE_VERSION%.zip || exit /b !errorlevel!
5343
5444 - name : Install PCRE
55- if : steps.cache-pcre.outputs.cache-hit != 'true'
5645 run : |
5746 @echo on
5847 7z x pcre-%PCRE_VERSION%.zip || exit /b !errorlevel!
7160 version : ${{ env.QT_VERSION }}
7261 modules : ' qtcharts'
7362 tools : ' tools_opensslv3_x64'
74- cache : true
7563
7664 # TODO: build with multiple threads
7765 - name : Build x64 release GUI
You can’t perform that action at this time.
0 commit comments