Skip to content

Commit 8ac1cdd

Browse files
committed
TEMP: ci.yml: point to dev branch in forks
1 parent 3ece08a commit 8ac1cdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
id: checkout-fstar
2626
with:
2727
path: FStar
28-
repository: FStarLang/FStar
29-
ref: master
28+
repository: mtzguido/FStar
29+
ref: dev
3030

3131
- name: Try fetch built F*
3232
id: cache-fstar
@@ -53,8 +53,8 @@ jobs:
5353
id: checkout-karamel
5454
with:
5555
path: karamel
56-
repository: FStarLang/karamel
57-
ref: master
56+
repository: mtzguido/karamel
57+
ref: dev
5858

5959
- name: Try fetch built karamel
6060
id: cache-karamel

0 commit comments

Comments
 (0)