File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments