|
40 | 40 | with: |
41 | 41 | packages: tools platform-tools ndk;${{ env.NDK_VERSION }} |
42 | 42 | - run: rustup target add x86_64-linux-android |
| 43 | + - name: Setup Clang Format |
| 44 | + run: npm install --global clang-format |
43 | 45 | - run: npm ci |
44 | 46 | - run: npm run build |
45 | 47 | # Bootstrap weak-node-api and ferric-example to get types |
|
77 | 79 | with: |
78 | 80 | packages: tools platform-tools ndk;${{ env.NDK_VERSION }} |
79 | 81 | - run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim |
| 82 | + - name: Setup Clang Format |
| 83 | + run: npm install --global clang-format |
80 | 84 | - run: npm ci |
81 | 85 | - run: npm run bootstrap |
82 | 86 | - run: npm test |
|
96 | 100 | - uses: actions/setup-node@v4 |
97 | 101 | with: |
98 | 102 | node-version: lts/jod |
| 103 | + - name: Setup Clang Format |
| 104 | + run: npm install --global clang-format |
99 | 105 | - run: npm ci |
100 | 106 | - run: npm run build |
101 | 107 | - name: Prepare weak-node-api |
@@ -125,6 +131,8 @@ jobs: |
125 | 131 | with: |
126 | 132 | packages: tools platform-tools ndk;${{ env.NDK_VERSION }} |
127 | 133 | - run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim |
| 134 | + - name: Setup Clang Format |
| 135 | + run: npm install --global clang-format |
128 | 136 | - run: npm ci |
129 | 137 | - run: npm run bootstrap |
130 | 138 | env: |
@@ -159,6 +167,8 @@ jobs: |
159 | 167 | with: |
160 | 168 | cmake-version: ${{ env.CMAKE_VERSION }} |
161 | 169 | - run: rustup target add x86_64-apple-darwin |
| 170 | + - name: Setup Clang Format |
| 171 | + run: npm install --global clang-format |
162 | 172 | - run: npm ci |
163 | 173 | - run: npm run bootstrap |
164 | 174 | env: |
@@ -189,6 +199,8 @@ jobs: |
189 | 199 | with: |
190 | 200 | packages: tools platform-tools ndk;${{ env.NDK_VERSION }} cmake;${{ env.CMAKE_VERSION }} |
191 | 201 | - run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim |
| 202 | + - name: Setup Clang Format |
| 203 | + run: npm install --global clang-format |
192 | 204 | - run: npm ci |
193 | 205 | - run: npm run bootstrap |
194 | 206 | env: |
|
0 commit comments