Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 17, 2023
1 parent 9504952 commit 205ef52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '11'
- name: Environment setup
run: |
sudo apt install -y wine xvfb oraclejdk11
sudo apt install -y wine xvfb
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 205ef52

Please sign in to comment.