Skip to content

Commit

Permalink
ci: add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 11, 2023
1 parent feddb7d commit 244f928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
submodules: false

- name: Prepare sample
run: |
mkdir -p install.sample
Expand Down

0 comments on commit 244f928

Please sign in to comment.