Skip to content

Commit

Permalink
Update package code action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBraml committed Oct 27, 2023
1 parent 0da539d commit 2451813
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/package_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2451813

Please sign in to comment.