We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5e345 commit 04e9252Copy full SHA for 04e9252
.github/workflows/Pharo12CI.yml
@@ -22,6 +22,8 @@ jobs:
22
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
23
steps:
24
- uses: actions/checkout@v3
25
+ with:
26
+ fetch-depth: 0
27
- uses: hpi-swa/setup-smalltalkCI@v1
28
with:
29
smalltalk-image: ${{ matrix.smalltalk }}
0 commit comments