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 7e5ffa7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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 Expand Up @@ -59,7 +62,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 7e5ffa7

Please sign in to comment.