Update ci-binary-checker.yml

correct positioning on install
This commit is contained in:
Tommy Verrall
2023-02-23 16:56:25 +01:00
committed by GitHub
parent d759462e4e
commit 0deef37778
+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 jq vim 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 install jq vim 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