File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
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
108102 - name : Setup steamcmd
109103 if : inputs.channel == 'all' || inputs.channel == 'steam'
110104 id : steamcmd
@@ -232,12 +226,6 @@ jobs:
232226 path : metasm
233227
234228 # Steam
235- - name : Preload steamcmd
236- if : inputs.channel == 'all' || inputs.channel == 'steam'
237- uses : actions/cache/restore@v4
238- with :
239- path : ${{ env.HOME }}/Steam
240- key : steamcmd
241229 - name : Setup steamcmd
242230 if : inputs.channel == 'all' || inputs.channel == 'steam'
243231 id : steamcmd
Original file line number Diff line number Diff line change 88jobs :
99 check-steam :
1010 if : github.repository == 'DFHack/dfhack'
11- name : Check Steam for new DF releases (${{ matrix.df_steam_branch }} branch)
11+ name : Check Steam (${{ matrix.df_steam_branch }}) for new DF releases
1212 runs-on : ubuntu-latest
1313 concurrency : watch-release-steam-${{ matrix.df_steam_branch }}
1414 strategy :
You can’t perform that action at this time.
0 commit comments