Skip to content

Commit

Permalink
Renamed from everything focal
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Jul 6, 2023
1 parent ac138a2 commit 2fba5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Focal-Build
name: Ubuntu

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
PARALLEL_TESTS: false
NOT_TEST_BUILD: true
BEFORE_RUN_TARGET_TEST_EMBED: "source /root/target_ws/install/local_setup.bash"
CCACHE_DIR: "/home/runner/work/tesseract_ros2/tesseract_ros2/Focal-Build/.ccache"
CCACHE_DIR: "/home/runner/work/tesseract_ros2/tesseract_ros2/${{ matrix.distro }}-Build/.ccache"
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"
REGISTRY: ghcr.io
Expand Down

0 comments on commit 2fba5b5

Please sign in to comment.