Skip to content

Commit

Permalink
Add cmake debug messages to github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 23, 2023
1 parent 130bba7 commit 1881b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Compile
run: |
mkdir -p .tools_cache
which cmake
cmake --version
scripts/install-espresso.sh ${{ github.workspace }}/tools_cache
git submodule update --init --recursive
Expand Down

0 comments on commit 1881b7f

Please sign in to comment.