Skip to content

Commit

Permalink
feat(ci): remove pwd and add debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed May 26, 2023
1 parent 9126ece commit c566d8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
- name: Set up NASM
uses: ilammy/setup-nasm@v1.3.0
- uses: actions/checkout@v2
- name: pwd
run: pwd
- name: Debug
run: |
pwd
ls -la
ls -la include
ls -la include/depthos
- name: Create build folder
run: mkdir -p build
- name: Build plan
Expand Down

0 comments on commit c566d8e

Please sign in to comment.