ci: create cache

This commit is contained in:
Michael Kriese 2023-12-07 14:14:51 +01:00
parent 230e442e91
commit 5dfeda6e9e
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -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