diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index a9d4023..628ca24 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -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