Add workflow #1
1 changed files with 1 additions and 1 deletions
Fix workflow patch
commit
b92ecc4701
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Apply Patches
|
- name: Apply Patches
|
||||||
run: |
|
run: |
|
||||||
cd Stirling-PDF
|
cd Stirling-PDF
|
||||||
git am ../patches/*.patch
|
git apply --reject --whitespace=fix ../patches/*.patch
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: https://github.com/actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
|
uses: https://github.com/actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue