Skip to content

Commit 9f07dbd

Browse files
committed
ccache action should work on all platforms
1 parent c1ba4aa commit 9f07dbd

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,7 @@ jobs:
3434
with:
3535
python-version: '3.13'
3636

37-
# - name: Install Subversion (SVN)
38-
# if: matrix.platform == 'macos-latest'
39-
# run: |
40-
# brew install svn
41-
# svn --version # Verify installation
42-
43-
# - name: Install Subversion (SVN)
44-
# if: matrix.platform == 'windows-latest'
45-
# run: |
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-
# svn --version # Verify installation
50-
5137
- name: ccache
52-
if: matrix.platform == 'ubuntu-latest'
5338
uses: hendrikmuhs/ccache-action@30ae3502c7f2d3200209bf2f90eccef2357896cf # v1.2
5439
with:
5540
key: ${{ github.job }}-${{ matrix.platform }}

0 commit comments

Comments
 (0)