Skip to content

Commit 3983ca4

Browse files
fix: fixed stale node_modules cache in CI workflow
1 parent 2952e5e commit 3983ca4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ runs:
4141
${{ runner.os }}-yarn-
4242
4343
- name: Install dependencies
44-
if: steps.yarn-cache.outputs.cache-hit != 'true'
4544
run: yarn install --immutable
4645
shell: bash

packages/react-native-audio-api/common/cpp/test/src/graph/AudioGraphFuzzTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#include "TestGraphUtils.h"
55

66
#include <iostream>
7+
#include <memory>
78
#include <random>
89
#include <set>
910
#include <string>
1011
#include <utility>
1112
#include <vector>
12-
#include <memory>
1313

1414
namespace audioapi::utils::graph {
1515

0 commit comments

Comments
 (0)