Skip to content

Commit d239772

Browse files
committed
merge build steps which checkout game reference assemblies
1 parent 436d9c9 commit d239772

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-smapi.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,8 @@ jobs:
100100
Write-Host 'Version updated using build/unix/set-smapi-version.sh.'
101101
102102
- name: Checkout game reference assemblies
103-
uses: actions/checkout@v4
104-
with:
105-
repository: "StardewModders/mod-reference-assemblies"
106-
path: "stardew-reference-assemblies"
107-
fetch-depth: 1
108-
109-
- name: Symlink game reference assemblies # simply cloning the repo to this location doesn't seem to work
110103
run: |
111-
ln -s "$(pwd)/stardew-reference-assemblies" "$HOME/StardewValley"
104+
git clone --depth 1 https://github.com/StardewModders/mod-reference-assemblies.git "$HOME/StardewValley"
112105
113106
- name: Build SMAPI
114107
shell: pwsh

0 commit comments

Comments
 (0)