ufosc / AskAGator

Open source teacher/professor interaction software
10 stars 7 forks source link

Fix GitHub action workflow #161

Closed hjarrell closed 4 years ago

hjarrell commented 4 years ago

Fix the existing GitHub action workflow by replacing the container system with just using elixir directly. We need postgres and to compile the bcrypt dep directly.

Fixes #157