We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ba4aa commit 9f07dbdCopy full SHA for 9f07dbd
1 file changed
.github/workflows/build.yml
@@ -34,22 +34,7 @@ jobs:
34
with:
35
python-version: '3.13'
36
37
- # - name: Install Subversion (SVN)
38
- # if: matrix.platform == 'macos-latest'
39
- # run: |
40
- # brew install svn
41
- # svn --version # Verify installation
42
-
43
44
- # if: matrix.platform == 'windows-latest'
45
46
- # choco install svn -y
47
- # $env:PATH = "C:\Program Files (x86)\Subversion\bin;$env:PATH"
48
- # echo "C:\Program Files (x86)\Subversion\bin" >> $env:GITHUB_PATH
49
50
51
- name: ccache
52
- if: matrix.platform == 'ubuntu-latest'
53
uses: hendrikmuhs/ccache-action@30ae3502c7f2d3200209bf2f90eccef2357896cf # v1.2
54
55
key: ${{ github.job }}-${{ matrix.platform }}
0 commit comments