mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-01 12:21:01 -07:00
fix runs-on ubuntu error
This commit is contained in:
parent
ac812e3d6f
commit
47de47d1d9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-build-tests.yml
vendored
1
.github/workflows/ci-build-tests.yml
vendored
|
|
@ -188,6 +188,7 @@ jobs:
|
|||
|
||||
- name: Install Simulator dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential
|
||||
sudo apt-get install libsdl2-dev
|
||||
sudo apt-get install libsdl2-net-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue