File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,10 @@ jobs:
1616 name : linux-arm64
1717 - os : macos-latest
1818 name : darwin-arm64
19- - os : macos-13
20- name : darwin-amd64
2119 runs-on : ${{ matrix.os }}
2220 steps :
2321 - uses : actions/checkout@v4
24- - uses : cachix/install- nix-action@v27
22+ - uses : DeterminateSystems/ nix-installer- action@main
2523 - run : nix build .#raw
2624 - run : tar czf chasity-${{ matrix.name }}.tar.gz -C result/bin chasity
2725 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ let generate_cmd =
8383
8484let main_cmd =
8585 let doc = " SHACL to Protobuf transpiler." in
86- let info = Cmd. info " chasity" ~version: " 0.1.0 " ~doc in
86+ let info = Cmd. info " chasity" ~version: " 0.1.1 " ~doc in
8787 Cmd. group info [ generate_cmd ]
8888
8989let () = exit (Cmd. eval main_cmd)
Original file line number Diff line number Diff line change 2222 let
2323 raw = ocamlPackages . buildDunePackage {
2424 pname = "chasity" ;
25- version = "0.1.0 " ;
25+ version = "0.1.1 " ;
2626 duneVersion = "3" ;
2727 src = ./. ;
2828
You can’t perform that action at this time.
0 commit comments