mirror of https://github.com/BOINC/boinc.git
Merge pull request #4561 from barton2526/cache
Update the GitHub cache action by unpinning the version
This commit is contained in:
commit
038f60e130
|
@ -29,7 +29,7 @@ jobs:
|
|||
uses: android-actions/setup-android@v2
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2.1.3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
3rdParty/buildCache
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
sudo apt-get install -y libftgl-dev freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk2.0-dev libwebkitgtk-dev p7zip-full libxxf86vm-dev ocl-icd-opencl-dev zip
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2.1.3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
3rdParty/buildCache
|
||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
./integration_test/installTestSuite.sh
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2.1.3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
3rdParty/buildCache
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2.1.3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: 3rdParty/buildCache
|
||||
key: osx-${{ matrix.type }}-${{ hashFiles('3rdParty/*Mac*.sh', 'mac_build/dependencyNames.sh', 'mac_build/[bB]uild*.sh') }}
|
||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: vcpkg.exe integrate remove
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2.1.3
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
${{ github.workspace }}\3rdParty\Windows\cuda\
|
||||
|
|
Loading…
Reference in New Issue