Small CI fix

This commit is contained in:
Louis Gesbert 2024-02-12 17:25:20 +01:00
parent afcc435593
commit 0d42ea0c29

View File

@ -131,7 +131,7 @@ jobs:
- name: Checkout french-law repo
run: |
git clone https://github.com/CatalaLang/french-law --depth 1 ~/french-law -b "${{ github.head_ref || github.ref_name }}" ||
git clone https://github.com/CatalaLang/french-law --depth 1 ~/catala-examples
git clone https://github.com/CatalaLang/french-law --depth 1 ~/french-law
- name: Build french-law
run: |
cd ~/french-law