Skip to content

Commit

Permalink
Merge branch 'main' of github.com:epsilonlabs/epsilon-with-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
pkourouklidis committed Nov 20, 2024
2 parents 0b2b3ab + bf54185 commit bc4986f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
build:
strategy:
matrix:
os: [macos-14]
os: [macos-14, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Support longpaths on Windows
run: git config --system core.longpaths true
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- name: Install Webkit + GTK bindings
run: sudo apt-get install -yq libwebkit2gtk-4.0-dev
run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.0-dev
if: runner.os == 'Linux'
- name: Set up Maven 3.9.5
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1
Expand Down

0 comments on commit bc4986f

Please sign in to comment.