From feb686727ba1c03391120d46dae25005f096fb70 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 24 Apr 2025 18:47:51 +0300 Subject: [PATCH] Fix Docker sim build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 789f0db..582b983 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: - name: Install Gazebo run: curl -sSL http://get.gazebosim.org | sh - name: Install SDL2 - run: apt-get update && apt-get install libsdl2-dev + run: apt-get update && apt-get install libsdl2-dev -y - name: Build simulator run: make build_simulator - uses: actions/upload-artifact@v4