From 31ac562f6743050a62988b6ef4262a969407f536 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 24 Apr 2025 19:20:01 +0300 Subject: [PATCH] Fix docker sim build again --- .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 582b983..68fc9a4 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 -y + run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install libsdl2-dev -y - name: Build simulator run: make build_simulator - uses: actions/upload-artifact@v4