Skip to content

Commit 8d7ec94

Browse files
committed
meta: populate apt list for slim runner in update-openssl workflow
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
1 parent 511a57a commit 8d7ec94

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)