Skip to content

Commit

Permalink
ch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 4, 2023
1 parent ec71e45 commit 3c12453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'quickjs'
submodules: 'recursive'

- name: Load opam cache when not Windows
if: runner.os != 'Windows'
Expand Down

0 comments on commit 3c12453

Please sign in to comment.