From a2cbab0da0f3eb2bb79ca4a9da022091452ba756 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Ikebe Date: Tue, 14 May 2024 14:41:29 +0900 Subject: [PATCH] ci: remove commentout --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13a82f9..b477b7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 5 container: osrf/ros:humble-desktop-full steps: - # - uses: actions/checkout@v2 + - uses: actions/checkout@v2 # - name: apt update install # run: | # sudo apt update -y