Skip to content

Commit

Permalink
Work around actions/checkout#197
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 3, 2023
1 parent 00c7fed commit 90cc9d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ jobs:

- name: Node.js Embedded Host | Checkout
uses: sass/clone-linked-repo@v1
with: {repo: sass/embedded-host-node, path: ../embedded-host-node}
with: {repo: sass/embedded-host-node, path: embedded-host-node}

# Work around actions/checkout#197. We need this outside the main checkout
# because otherwise its `node_modules` conflict with sass-spec's.
- run: mv embedded-host-node ..

- name: Node.js Embedded Host | Install
run: |
npm install
Expand Down

0 comments on commit 90cc9d3

Please sign in to comment.