Totem-Studios / lotus

Lotus is a type-safe compiled programming languages designed to simplify systems programming, achieving memory safety using RAII.
https://totemstudios.org/lotus
MIT License
4 stars 2 forks source link

First interaction os [BUG] #22

Closed pontushenriksson closed 1 month ago

pontushenriksson commented 8 months ago

Describe the bug

The GitHub workflow first interaction uses features that are only supported on Linux but it's currently running on Windows. This is the error "Container action is only supported on Linux."

To Reproduce

Steps to reproduce the behavior:

  1. Create an issue or merge/commit to the main or dev branch.
  2. See error.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

No screenshots.

Environment (please complete the following information):

GitHub workflows.

Additional context

No additional information.

pontushenriksson commented 8 months ago

This bug should be fixed now but more testing needs to be done before we can close this issue. To test that it works commit or send a pull request to the dev branch and see if the "First Interaction Greeting" workflow fails.

pontushenriksson commented 1 month ago

After thorough testing, this bug seems to be fixed and therefore I will close this issue. If a new problem appears related to this issue don't hesitate to refer to this issue.