X Tutup
Skip to content

Commit 25ad054

Browse files
author
Johan Brichau
committed
Merge 0ef469c
2 parents 85380c9 + 0ef469c commit 25ad054

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: hpi-swa/setup-smalltalkCI@v1
2121
with:
22-
smalltalk-version: ${{ matrix.smalltalk }}
23-
- name: Fix missing OS prerequisites for GemStone builds
24-
run: |
25-
git clone https://github.com/GsDevKit/GsDevKit_home.git
26-
./GsDevKit_home/bin/utils/installOsPrereqs
27-
continue-on-error: true
28-
if: startsWith(matrix.smalltalk,'GemStone')
22+
smalltalk-image: ${{ matrix.smalltalk }}
23+
# - name: Fix missing OS prerequisites for GemStone builds
24+
# run: |
25+
# git clone https://github.com/GsDevKit/GsDevKit_home.git
26+
# ./GsDevKit_home/bin/utils/installOsPrereqs
27+
# continue-on-error: true
28+
# if: startsWith(matrix.smalltalk,'GemStone')
2929
- name: Run tests
3030
run: smalltalkci -s ${{ matrix.smalltalk }}
3131
shell: bash

0 commit comments

Comments
 (0)
X Tutup