Skip to content

Adding type support for mutable vs. immutable slices #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Revert "TEMP: ci.yml: point to dev branch in forks"
This reverts commit 8ac1cdd.
  • Loading branch information
tahina-pro committed Feb 14, 2025
commit 597950913c2861b9cab037d99c34cf08a9393843
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
id: checkout-karamel
with:
path: karamel
repository: mtzguido/karamel
ref: dev
repository: FStarLang/karamel
ref: master

- name: Try fetch built karamel
id: cache-karamel
Expand Down