Skip to content

Commit

Permalink
CI: add comment on checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 9, 2025
1 parent 7bfc4ff commit 8fcb693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ jobs:
run: apt update

- name: Install build tools
run: apt install -y build-essential cmake nodejs
run: apt install -y build-essential cmake

# https://github.com/actions/upload-artifact/issues/616
- uses: actions/checkout@v1

- name: Generate project files
Expand Down

0 comments on commit 8fcb693

Please sign in to comment.