Skip to content

Commit 32cf56a

Browse files
authored
meta: populate apt list for slim runner in update-openssl workflow
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk> PR-URL: #62628 Refs: actions/runner-images#13426 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
1 parent 006e7aa commit 32cf56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)