Skip to content

Commit 9fdf9ec

Browse files
committed
get rid of the module cache (hopefully temporarily)
1 parent b162e3c commit 9fdf9ec

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ jobs:
116116
- name: Link dependencies
117117
run: cd ./ya-webadb/libraries/adb && yarn link && cd ../adb-daemon-webusb && yarn link && cd ../../../mbf-site && yarn link "@yume-chan/adb" && yarn link "@yume-chan/adb-daemon-webusb"
118118

119-
- name: Modules Cache
120-
if: steps.site_cache.outputs.cache-hit != 'true'
121-
id: modules_cache
122-
uses: actions/cache@v4
123-
with:
124-
key: site-modules-${{ hashFiles('mbf-site/yarn.lock')}}
125-
path: |
126-
mbf-site/node_modules
119+
#- name: Modules Cache
120+
# if: steps.site_cache.outputs.cache-hit != 'true'
121+
# id: modules_cache
122+
# uses: actions/cache@v4
123+
# with:
124+
# key: site-modules-${{ hashFiles('mbf-site/yarn.lock')}}
125+
# path: |
126+
# mbf-site/node_modules"""
127127

128128
- name: yarn install
129129
if: steps.modules_cache.outputs.cache-hit != 'true' && steps.site_cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)