Skip to content

Commit

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

0 comments on commit 9126ece

Please sign in to comment.