File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments