File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - name : Checkout
13
- uses : actions/checkout@v4
14
-
15
- - name : Cache apt packages for setup-ocaml
16
-
17
- with :
18
- packages : bubblewrap darcs g++-multilib gcc-multilib mercurial musl-tools rsync
19
- version : v2
12
+ # - name: Checkout
13
+ # uses: actions/checkout@v4
20
14
21
15
- name : Setup OCaml
22
16
29
23
- name : Test compile
30
24
run : opam exec -- ocamlopt -ccopt -static a.ml
31
25
32
- - name : Check output
33
- run : file a.out
26
+ # - name: Check output
27
+ # run: file a.out
28
+
29
+ # - name: Run output
30
+ # run: ./a.out
31
+
32
+ - uses : Checkout ReScript
33
+ with :
34
+ repository : https://github.com/rescript-lang/rescript-compiler.git
35
+
36
+ - run : opam install . --deps-only
34
37
35
- - name : Run output
36
- run : ./a.out
38
+ - run : dune build --display quiet --profile static
You can’t perform that action at this time.
0 commit comments