Giter VIP home page Giter VIP logo

setup-hashlink's People

Contributors

cedx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

setup-hashlink's Issues

Link to User Guide is broken

Looks like the link to the User Guide is currently broken.

https://docs.belin.io/setup-hashlink/

I couldn't find an example documented anywhere. The README would be a good place for a simple one. I ended up figuring it out on my own by digging into .github/workflows/main.yaml, but not everyone will know/guess to look there.

krdlab/setup-haxe before cedx/setup-hashlink results in missing libneko.so.2 error, but no error when swapped

If I use krdlab/setup-haxe before cedx/setup-hashlink, like this:

    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: krdlab/setup-haxe@v1
        with:
          haxe-version: 4.0.5
      - uses: cedx/setup-hashlink@v3
      - run: haxelib install utest --quiet

Then, I get the following error when I try to run the haxelib executable.

haxelib: error while loading shared libraries: libneko.so.2: cannot open shared object file: No such file or directory
Error: Process completed with exit code 127.

However, if I swap them, it works successfully:

    steps:
      - uses: cedx/setup-hashlink@v3
      - uses: krdlab/setup-haxe@v1
        with:
          haxe-version: 4.0.5
      - run: haxelib install utest --quiet

Maybe it's fine that they need to run in a specific order. I just wanted to be sure that you were aware.

The compilation fails on macOS

When compiling the HaskLink sources on the macOS platform, the make command raises an error:

1 warning and 5 errors generated.
make: *** [libs/ssl/ssl.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.