Skip to content

Commit

Permalink
Set DISABLE_V8_COMPILE_CACHE=1 for Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jul 4, 2024
1 parent 6f27a4e commit baa0ff4
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 @@ -55,6 +55,8 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node
env:
DISABLE_V8_COMPILE_CACHE: "1"
uses: actions/setup-node@v4
with:
node-version: "20.9"
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:

# We need some Ruby installed for the environment activation tests
- name: Set up Ruby
env:
DISABLE_V8_COMPILE_CACHE: 1
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit baa0ff4

Please sign in to comment.