Skip to content

Commit b3c7a80

Browse files
Add SteamCMD to PATH in build workflow
1 parent 4b12839 commit b3c7a80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464

6565
- name: Clear Game Files
6666
run: ./gradlew clearLocalRuntime
67+
68+
- name: Add SteamCMD to PATH
69+
run: echo "/usr/games" >> $GITHUB_PATH
6770

6871
- name: Debug PATH
6972
run: echo $PATH

0 commit comments

Comments
 (0)