Skip to content

Commit b1b82f2

Browse files
authored
Merge pull request oxen-io#2652 from Bilb/fix_opengroup_reactions
Fix opengroup reactions & disable cache for windows build-binaries
2 parents b8b1e03 + 75cd2a3 commit b1b82f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Cache Desktop node_modules
3535
id: cache-desktop-modules
3636
uses: actions/cache@v2
37+
if: runner.os != 'Windows'
3738
with:
3839
path: node_modules
3940
key: ${{ runner.os }}-${{ hashFiles('package.json', 'yarn.lock', 'patches/**') }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Cache Desktop node_modules
3232
id: cache-desktop-modules
3333
uses: actions/cache@v2
34+
if: runner.os != 'Windows'
3435
with:
3536
path: node_modules
3637
key: ${{ runner.os }}-${{ hashFiles('package.json', 'yarn.lock', 'patches/**') }}

0 commit comments

Comments
 (0)