File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/workflows/ubuntu-prepare Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
steps :
6
6
- name : Install and cache deps
7
7
shell : bash
8
- run : sudo apt-get update && sudo apt-get install -y curl lsb-release wget software-properties-common gnupg ninja-build shellcheck pax-utils nasm libsqlite3-dev libc6-dev libgtk-3-dev gcc g++ gcc-arm-none-eabi gcc-arm-linux-gnueabi g++-arm-linux-gnueabi libslirp-dev libz3-dev build-essential cmake
8
+ run : sudo apt-get update && sudo apt-get install -y curl lsb-release wget software-properties-common gnupg ninja-build shellcheck pax-utils nasm libsqlite3-dev libc6-dev libgtk-3-dev gcc g++ gcc-arm-none-eabi gcc-arm-linux-gnueabi g++-arm-linux-gnueabi libslirp-dev libz3-dev build-essential
9
9
- uses : dtolnay/rust-toolchain@stable
10
10
- name : install just
11
11
uses : extractions/setup-just@v2
You can’t perform that action at this time.
0 commit comments