Skip to content

Commit 3db24b5

Browse files
committed
dummy
Signed-off-by: Boram Bae <[email protected]>
1 parent 12d051c commit 3db24b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: src/out/${{ env.OUTPUT_NAME }}
4747
key: out-build-${{ env.OUTPUT_NAME }}-${{ github.sha }}
4848
restore-keys: |
49-
out-build-${{ env.OUTPUT_NAME }}-
49+
abcd
5050
5151
- name: gclient sync
5252
run: |
@@ -207,7 +207,7 @@ jobs:
207207
path: src/out/${{ env.OUTPUT_NAME }}
208208
key: out-macos-build-${{ env.OUTPUT_NAME }}-${{ github.sha }}
209209
restore-keys: |
210-
out-macos-build-${{ env.OUTPUT_NAME }}-
210+
efg
211211
212212
- name: install depot_tools
213213
run: |

0 commit comments

Comments
 (0)