Skip to content

Commit f2ce9f3

Browse files
Sentimentronxnnpack-bot
authored andcommitted
[gn] Strip "experimental" prefixes from Github Actions
Seem to be working well and are... no longer experimental. PiperOrigin-RevId: 890599875
1 parent 5d096ba commit f2ce9f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -342,21 +342,21 @@ jobs:
342342
with:
343343
# Cache the Git repos
344344
path: /home/runner/.cache/gclient
345-
key: experimental-v2-gclient-linux-${{ github.ref_name }}-${{ github.sha }}
345+
key: gclient-linux-${{ github.ref_name }}-${{ github.sha }}
346346
restore-keys: |
347-
experimental-v2-gclient-linux-${{ github.ref_name }}-
348-
experimental-v2-gclient-linux-master-
349-
experimental-v2-gclient-linux-
347+
gclient-linux-${{ github.ref_name }}-
348+
gclient-linux-master-
349+
gclient-linux-
350350
- name: Restore ccache
351351
id: cache-ccache-restore
352352
uses: actions/cache@v5
353353
with:
354354
path: |
355355
/home/runner/.cache/ccache
356-
key: experimental-v2-ccache-linux-${{ github.ref_name }}-${{ github.sha }}
356+
key: ccache-linux-${{ github.ref_name }}-${{ github.sha }}
357357
restore-keys: |
358-
experimental-v2-ccache-linux-${{ github.ref_name }}-
359-
experimental-v2-ccache-linux-master-
358+
ccache-linux-${{ github.ref_name }}-
359+
ccache-linux-master-
360360
- name: Install ccache
361361
run: |
362362
sudo apt-get install -y ccache

0 commit comments

Comments
 (0)