Skip to content

Commit cd37866

Browse files
author
Jonathan Kliem
committed
fix syntax
1 parent 7601964 commit cd37866

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
os: [ubuntu-latest]
1717
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
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']
19+
env:
20+
LC_ALL: C
21+
PATH: "/usr/lib/ccache:$PATH"
22+
PARI_VERSION: ${{ matrix.pari-version }}
1923
steps:
20-
- env:
21-
LC_ALL: C
22-
PATH: "/usr/lib/ccache:$PATH"
23-
PARI_VERSION: ${{ matrix.pari-version }}
2424
- name: Set up the repository
2525
uses: actions/checkout@v2
2626
with:

0 commit comments

Comments
 (0)