Skip to content

Commit 19e69bc

Browse files
authored
release-windows.yml: do not cache any build steps [skip ci] (danmar#7422)
1 parent 43bbfa2 commit 19e69bc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-windows.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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!
@@ -71,7 +60,6 @@ jobs:
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

0 commit comments

Comments
 (0)