Skip to content

Commit 2cd3f53

Browse files
committed
Fix dead link in lambda layer build
1 parent 70d8683 commit 2cd3f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lambda_layers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Install Poppler
4646
run: |
4747
dnf install -y poppler-utils which mlocate libjpeg-devel fontconfig-devel libtiff-devel libpng-devel pkg-config
48-
rpm -Uvh https://rpmfind.net/linux/opensuse/distribution/leap/15.2/repo/oss/x86_64/libopenjpeg1-1.5.2-lp152.4.9.x86_64.rpm
49-
rpm -Uvh https://rpmfind.net/linux/opensuse/distribution/leap/15.3/repo/oss/x86_64/openjpeg-devel-1.5.2-2.28.x86_64.rpm
48+
rpm -Uvh https://rpmfind.net/linux/opensuse/distribution/leap/15.5/repo/oss/x86_64/libopenjpeg1-1.5.2-150000.4.10.1.x86_64.rpm
49+
rpm -Uvh https://rpmfind.net/linux/opensuse/distribution/leap/15.5/repo/oss/x86_64/openjpeg-devel-1.5.2-150000.4.10.1.x86_64.rpm
5050
updatedb && mkdir -p lambda_layer/python/bin
5151
- name: Copy dependencies
5252
run: |

0 commit comments

Comments
 (0)