Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie authored Apr 5, 2020
1 parent df42474 commit 68568a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
submodules: recursive
- name: Install dependencies
run: apt-get -q update && apt-get -y install libjavascriptcoregtk-1.0-dev
run: apt-get -q update && apt-get -y install libjavascriptcoregtk-4.0-dev
- name: Build
run: swift build -c release --enable-test-discovery
- name: Run tests
Expand Down

0 comments on commit 68568a0

Please sign in to comment.