We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccae42 commit 641d772Copy full SHA for 641d772
.github/workflows/github-action-build.yml
@@ -19,7 +19,8 @@ jobs:
19
OO_VERSION=4.1.15
20
21
# 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
+ 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
+
24
25
26
# Create the target directory
0 commit comments