Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Nov 20, 2024
1 parent 370c333 commit bf54185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- name: Install Webkit + GTK bindings
run: sudo apt-get install -yq libwebkit2gtk-4.1-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 bf54185

Please sign in to comment.