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 ee7fc3a commit dbab7db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/felix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ jobs:
- uses: actions/checkout@v3
- run: echo "TEST RUN"
- run: echo $PATH
- run: mkdir -p /usr/local
- run: mkdir -p /usr/local/bin
- run: mkdir -p /usr/local/lib
- run: sudo mkdir -p /usr/local/lib/ocaml
- run: git clone -b 4.14 https://github.com/ocaml/ocaml.git
- run: cd ocaml; ./configure
- run: cd ocaml; make
- run: cd ocaml; make install
- run: cd ocaml; sudo make install
- run: ocaml --version


0 comments on commit dbab7db

Please sign in to comment.