X Tutup
Skip to content

Commit 0a4024b

Browse files
committed
stop using deprecated smalltalk-version
1 parent 6d04462 commit 0a4024b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: hpi-swa/setup-smalltalkCI@v1
2525
with:
26-
smalltalk-version: ${{ matrix.smalltalk }}
26+
smalltalk-image: ${{ matrix.smalltalk }}
2727
- name: Fix missing OS prerequisites for GemStone builds
2828
run: |
2929
git clone https://github.com/GsDevKit/GsDevKit_home.git

0 commit comments

Comments
 (0)
X Tutup