Update ci-binary-checker.yml

install jq
This commit is contained in:
Tommy Verrall
2023-02-23 16:53:23 +01:00
committed by GitHub
parent f36cb3a00b
commit d759462e4e
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get -y install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libudev-dev squashfs-tools
run: sudo apt-get update && sudo apt-get -y jq vim install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libudev-dev squashfs-tools
continue-on-error: true
- name: Install Rust stable