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 7d58d56 commit ed44afd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
steps:
- name: Setup Java
run: |
sudo apt-get -q update
sudo apt-get -yq install gnupg curl
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
curl -O https://cdn.azul.com/zulu/bin/zulu-repo_1.0.0-2_all.deb
sudo apt-get install ./zulu-repo_1.0.0-2_all.deb
sudo apt-get -y install ./zulu-repo_1.0.0-2_all.deb
sudo apt-get update
sudo apt-get install zulu-fx-11
sudo apt-get -y install zulu-fx-11
- name: Environment setup
run: |
sudo apt install -y wine xvfb
Expand Down

0 comments on commit ed44afd

Please sign in to comment.