mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 03:32:41 +01:00
fix(ci): adjusting cache steps
This commit is contained in:
10
.github/workflows/cache.yml
vendored
10
.github/workflows/cache.yml
vendored
@@ -29,11 +29,6 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ansible-
|
${{ runner.os }}-ansible-
|
||||||
|
|
||||||
- name: Update Homebrew
|
|
||||||
run: |
|
|
||||||
brew update --preinstall
|
|
||||||
echo ${{ hashFiles ('"$(brew --repository)"') }} > .github/brew-formulae
|
|
||||||
|
|
||||||
- name: Configure Homebrew cache
|
- name: Configure Homebrew cache
|
||||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
||||||
with:
|
with:
|
||||||
@@ -45,6 +40,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
env HOMEBREW_NO_AUTO_UPDATE=1 brew install virtualbox vagrant
|
env HOMEBREW_NO_AUTO_UPDATE=1 brew install virtualbox vagrant
|
||||||
|
|
||||||
|
- name: Update Homebrew
|
||||||
|
run: |
|
||||||
|
brew update --preinstall
|
||||||
|
echo ${{ hashFiles ('"$(brew --repository)"') }} > .github/brew-formulae
|
||||||
|
|
||||||
- name: Cache Vagrant boxes
|
- name: Cache Vagrant boxes
|
||||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user