From 54f57aa20279754b3883de6a4303bfc4588213a4 Mon Sep 17 00:00:00 2001 From: ruffsl Date: Sun, 7 Jul 2024 00:18:22 -0500 Subject: [PATCH] Fix OVERLAY_WS ENV to match Dockerfile --- .github/workflows/build_test_integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_integration.yaml b/.github/workflows/build_test_integration.yaml index aaeb8af797..7bb8d8193a 100644 --- a/.github/workflows/build_test_integration.yaml +++ b/.github/workflows/build_test_integration.yaml @@ -29,7 +29,7 @@ on: type: string env: - OVERLAY_WS: /opt/auto_ws + OVERLAY_WS: /opt/nav2_ws jobs: build_base_images: