Skip to content

Commit 704d036

Browse files
author
Jonathan Kliem
committed
export path later
1 parent 5be2b57 commit 704d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
pari-version: ['pari-2.9.4', 'pari-2.9.5', 'pari-2.11.0', 'pari-2.11.0', 'pari-2.11.2', 'pari-2.11.3', 'pari-2.11.4', 'pari-2.13.0', 'snapshot']
1919
env:
2020
LC_ALL: C
21-
PATH: "/usr/lib/ccache:$PATH"
2221
PARI_VERSION: ${{ matrix.pari-version }}
2322
steps:
2423
- name: Set up the repository
@@ -30,6 +29,7 @@ jobs:
3029
- name: Install pari
3130
run: |
3231
ccache -M 256M && ccache -s
32+
export PATH="/usr/lib/ccache:$PATH"
3333
bash -x .travis-install-pari.sh
3434
- name: Local build
3535
run: |

0 commit comments

Comments
 (0)