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 2ce2e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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 2ce2e7b

Please sign in to comment.