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 321337b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

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

- name: Load opam cache when not Windows
if: runner.os != 'Windows'
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
run: opam install . --deps-only --with-doc --with-test

- name: debug
run: ls quickjs
run: ls ./quickjs

- name: Build
run: make build
Expand Down

0 comments on commit 321337b

Please sign in to comment.