From 68568a089346c461d56ea1629a3022e44bd703f0 Mon Sep 17 00:00:00 2001 From: Susan Cheng Date: Mon, 6 Apr 2020 02:59:25 +0800 Subject: [PATCH] Update builder.yml --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a36e81f..4913729 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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