From 2978de7702f7e8feb21004f4dcd53deef4d0ffbd Mon Sep 17 00:00:00 2001 From: sefgsefg Date: Sun, 25 Aug 2024 18:10:56 +0800 Subject: [PATCH] Update hello_world_example.yml --- .github/workflows/hello_world_example.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hello_world_example.yml b/.github/workflows/hello_world_example.yml index 156c27febb6..0787f35236c 100644 --- a/.github/workflows/hello_world_example.yml +++ b/.github/workflows/hello_world_example.yml @@ -26,5 +26,8 @@ jobs: shell: bash run: chmod +x ./hello/hello_world.sh + - name: Install dos2unix + run: sudo apt-get update && sudo apt-get install dos2unix + - name: Run Samples Tests - run: dos2unix ./hello/hello_world.sh + run: dos2unix ./hello/hello_world.sh && ./hello/hello_world.sh