File tree 2 files changed +5
-2
lines changed
engine/backends/fstar/fstar-surface-ast 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- uses : DeterminateSystems/nix-installer-action@main
17
+ - uses : cachix/cachix-action@v15
18
+ with :
19
+ name : hax
20
+ skipPush : true
17
21
- uses : DeterminateSystems/magic-nix-cache-action@main
18
22
- name : Build
19
23
run : nix build -L
47
51
env :
48
52
CACHIX_AUTH_TOKEN : ${{ secrets.CACHIX_AUTH_TOKEN }}
49
53
run : |
50
- nix profile install nixpkgs#cachix nixpkgs#jq
51
54
nix build .# .#fstar --json \
52
55
| jq -r '.[].outputs | to_entries[].value' \
53
56
| cachix push hax
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let of_t = Base.Int.to_string
5
5
6
6
let compare = String. compare
7
7
let pp_print = pp
8
- let hash = String. hash
8
+ let hash = Base. String. hash
9
9
10
10
11
11
let to_int: String. t -> Base.Int. t = Base.Int. of_string
You can’t perform that action at this time.
0 commit comments