File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
PUBLIC_SIMICS_PKGS_URL : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ead79ef5-28b5-48c7-8d1f-3cde7760798f/simics-6-packages-2024-05-linux64.ispm"
22
22
PUBLIC_SIMICS_ISPM_URL : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ead79ef5-28b5-48c7-8d1f-3cde7760798f/intel-simics-package-manager-1.8.3-linux64.tar.gz"
23
23
PUBLIC_SIMICS_PACKAGE_VERSION_1000 : " 6.0.185"
24
+ PUBLIC_SIMICS_ISPM_VERSION : " 1.8.3"
24
25
MINGW_URL : " https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1.7z"
25
26
MINGW_VERSION : " 13.2.0-16.0.6-11.0.0-ucrt-r1"
26
27
44
45
uses : actions/cache@v4
45
46
with :
46
47
path : ~/simics
47
- key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
48
+ key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
48
49
49
50
- name : Install SIMICS (External)
50
51
if : ${{ steps.cache-simics-packages.outputs.cache-hit != 'true' }}
@@ -431,7 +432,7 @@ jobs:
431
432
uses : actions/cache@v4
432
433
with :
433
434
path : ~/simics
434
- key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
435
+ key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
435
436
436
437
- name : Install SIMICS (External)
437
438
if : ${{ steps.cache-simics-packages.outputs.cache-hit != 'true' }}
@@ -526,7 +527,7 @@ jobs:
526
527
path : |
527
528
C:\ISPM\
528
529
C:\SIMICS\
529
- key : simics-windows-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
530
+ key : simics-windows-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
530
531
531
532
# ispm-installer.exe is a NSIS installer for the elctron build. We want the
532
533
# default options, so we pass /S to install silently and /D to change directory.
You can’t perform that action at this time.
0 commit comments