Skip to content

Commit 1326eaf

Browse files
Create zlib.yml
1 parent cf90837 commit 1326eaf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/zlib.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Ubuntu zlib
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
- name: Setup-java
13+
uses: actions/setup-java@v4
14+
with:
15+
distribution: 'liberica'
16+
java-version: 11

0 commit comments

Comments
 (0)