Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent 3ed6146 commit efe7d8c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ jobs:
run: |
sudo apt install -y wine xvfb
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
- name: Checkout
uses: actions/checkout@v4
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: |
# - name: Checkout
# uses: actions/checkout@v4
- name: Build
run: |
cd Quelea
Expand Down

0 comments on commit efe7d8c

Please sign in to comment.