Skip to content

Commit e6964e4

Browse files
committed
take advantage of steamcmd cache for generate symbols
1 parent e303e5b commit e6964e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/generate-symbols.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ jobs:
9999
run: Xvfb :0 -screen 0 1600x1200x24 &
100100

101101
# Steam
102+
- name: Preload steamcmd
103+
if: inputs.channel == 'all' || inputs.channel == 'steam'
104+
uses: actions/cache/restore@v4
105+
with:
106+
path: ${{ env.HOME }}/Steam
107+
key: steamcmd-${{ github.sha }}
108+
restore-keys: steamcmd
102109
- name: Setup steamcmd
103110
if: inputs.channel == 'all' || inputs.channel == 'steam'
104111
id: steamcmd
@@ -226,6 +233,13 @@ jobs:
226233
path: metasm
227234

228235
# Steam
236+
- name: Preload steamcmd
237+
if: inputs.channel == 'all' || inputs.channel == 'steam'
238+
uses: actions/cache/restore@v4
239+
with:
240+
path: ${{ env.HOME }}/Steam
241+
key: steamcmd-${{ github.sha }}
242+
restore-keys: steamcmd
229243
- name: Setup steamcmd
230244
if: inputs.channel == 'all' || inputs.channel == 'steam'
231245
id: steamcmd

0 commit comments

Comments
 (0)