Skip to content

Commit

Permalink
build with shell echo and force g++
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Oct 27, 2022
1 parent 48f7386 commit 36bfdb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/felix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ jobs:
runs-on: ubuntu-latest
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
- run: cd ocaml; sudo make install
- run: ocaml --version
- run: python3 --version
- run: g++ --version
- run: ls
- export FLX_SHELL_ECHO=1
- export FLX_BUILD_TOOLCHAIN_FAMILY=gcc
- run: make


0 comments on commit 36bfdb5

Please sign in to comment.