Skip to content

Commit

Permalink
install Ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Oct 27, 2022
1 parent ee0ea12 commit 90b807a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/felix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: echo "TEST RUN"
- run: echo $PATH
- run: git clone -b 4.14 https://github.com/ocaml/ocaml.git
- run: cd ocaml; ./configure
- run: cd ocaml; make; make install
- run: cd ocaml; make
- run: mkdir -p /usr/local
- run: mkdir -p /usr/local/bin
- run: mkdir -p /usr/local/lib
- run: mkdir -p /usr/local/lib/ocaml
- run: cd ocaml; make install
- run: ocaml --version


0 comments on commit 90b807a

Please sign in to comment.