ci: create cache
This commit is contained in:
parent
230e442e91
commit
5dfeda6e9e
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,7 @@ jobs:
|
||||||
apt-get -q install -qq \
|
apt-get -q install -qq \
|
||||||
make \
|
make \
|
||||||
;
|
;
|
||||||
|
mkdir -p /opt/hostedtoolcache
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -62,6 +63,7 @@ jobs:
|
||||||
python3-venv \
|
python3-venv \
|
||||||
unzip \
|
unzip \
|
||||||
;
|
;
|
||||||
|
mkdir -p /opt/hostedtoolcache
|
||||||
|
|
||||||
- name: install helm
|
- name: install helm
|
||||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
||||||
|
@ -116,6 +118,8 @@ jobs:
|
||||||
python3-venv \
|
python3-venv \
|
||||||
unzip \
|
unzip \
|
||||||
;
|
;
|
||||||
|
mkdir -p /opt/hostedtoolcache
|
||||||
|
|
||||||
- name: install docker
|
- name: install docker
|
||||||
run: |
|
run: |
|
||||||
install -m 0755 -d /etc/apt/keyrings
|
install -m 0755 -d /etc/apt/keyrings
|
||||||
|
|
Loading…
Reference in a new issue