Skip to content

Commit

Permalink
.github/workflows/main.yml: Get rid of ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 6, 2023
1 parent 12092d8 commit c6694f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install pari
run: |
ccache -M 256M && ccache -s
export PATH="/usr/lib/ccache:$PATH"
bash -x .install-pari.sh
- name: Local build
run: |
Expand Down

0 comments on commit c6694f3

Please sign in to comment.