Skip to content

Commit 46ac582

Browse files
committed
meta: populate apt cache for slim runner in update-openssl workflow
Signed-off-by: Renegade334 <[email protected]>
1 parent 511a57a commit 46ac582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Regenerate platform specific files
4444
if: env.NEW_VERSION
4545
run: |
46-
sudo apt install -y nasm libtext-template-perl
46+
sudo apt update && sudo apt install -y nasm libtext-template-perl
4747
./tools/dep_updaters/update-openssl.sh regenerate
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}

0 commit comments

Comments
 (0)