Skip to content

Commit

Permalink
[skip ci] Add java to windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 18, 2024
1 parent 4d98a3b commit 3845ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
apt install --yes wine wine32 wine64 libwine libwine:i386 fonts-wine
- name: Install build deps
run: |
apt install --yes python3 make gcc libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
apt install --yes python3 make gcc libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev openjdk-21-jdk-headless
# We are just cloning the esigner repo instead of calling their github
# action directly https://github.com/SSLcom/esigner-codesign
- name: Get ssl.com esigner zip file and unzip
Expand Down

0 comments on commit 3845ef2

Please sign in to comment.