Skip to content

Commit 641d772

Browse files
authored
updated github-action-build.yml
1 parent bccae42 commit 641d772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-action-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
OO_VERSION=4.1.15
2020
2121
# Define the URL for the OpenOffice installation package ${OO_VERSION}
22-
OO_URL=https://downloads.apache.org/openoffice/${OO_VERSION}/binaries/en-US/Apache_OpenOffice_${OO_VERSION}_Linux_x86_install-rpm_en-US.tar.gz
22+
OO_URL=https://downloads.apache.org/openoffice/${OO_VERSION}/binaries/en-US/Apache_OpenOffice_${OO_VERSION}_Linux_x86_install-deb_en-US.tar.gz
23+
2324
2425
2526
# Create the target directory

0 commit comments

Comments
 (0)