Skip to content

Commit a626f12

Browse files
committed
tidy up
1 parent 62b869f commit a626f12

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/generate-symbols.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ 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
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

.github/workflows/watch-df-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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:

0 commit comments

Comments
 (0)