Skip to content

Commit

Permalink
[Build] Remove coactions/setup-xvfb use
Browse files Browse the repository at this point in the history
It will stop working on Oct 15 and is claimed to not be needed anymore.

Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
akurtakov and HannesWell committed Sep 26, 2024
1 parent 7ac5462 commit 2194d63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
matrix:
config:
- { name: Linux, runner-os: ubuntu-latest, ws: gtk, os: linux, native-extension: so }
- { name: Windows, runner-os: windows-2019, ws: win32, os: win32, native-extension: dll }
- { name: Windows, runner-os: windows-2019, ws: win32, os: win32, native-extension: dll, shell: 'cmd' }
- { name: MacOS, runner-os: macos-13, ws: cocoa, os: macosx, native-extension: so }
name: Build ${{ matrix.config.name }}
runs-on: ${{ matrix.config.runner-os }}
defaults:
run:
shell: ${{ matrix.config.shell }}
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -52,12 +55,10 @@ jobs:
sudo apt-get update -q -y
sudo apt-get install -q -y libgtk-3-dev
- name: Build
uses: coactions/setup-xvfb@v1
env:
EQUINOX_BINARIES_LOC: ${{ github.workspace }}/equinox.binaries
with:
working-directory: equinox
run: >-
working-directory: equinox
run: >-
mvn
--batch-mode
-Pbree-libs
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:
with:
maven-version: 3.9.9
- name: Build
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
with:
working-directory: equinox
run: >-
working-directory: equinox
run: >-
mvn
--batch-mode
-Pbree-libs
Expand Down

0 comments on commit 2194d63

Please sign in to comment.