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