diff --git a/.github/workflows/package_code.yml b/.github/workflows/package_code.yml index c1feffb..4944ee4 100644 --- a/.github/workflows/package_code.yml +++ b/.github/workflows/package_code.yml @@ -24,8 +24,11 @@ jobs: with: submodules: recursive - - name: Create Build Environment - run: cmake -E make_directory ${{runner.workspace}}/build + - name: ls + run: ls ${{runner.workspace}} - - name: LS + - name: cd run: ls ${{runner.workspace}} + + - name: ls 2 + run: ls