Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Render class to draw the scene #33

Merged
merged 8 commits into from
Jun 4, 2024
Prev Previous commit
Next Next commit
feat: install raylib for job tests_run in chocolatine
  • Loading branch information
mathieurobert1 committed Jun 4, 2024
commit 6ded6a8cc7ef83c2d3a980c74c05c229be73b463
3 changes: 3 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -105,6 +105,9 @@ jobs:
container: epitechcontent/epitest-docker
steps:
- uses: actions/checkout@v4
- name: install_raylib
run: |
sudo dnf install raylib-devel -y
- name: run_tests
run: make tests_run
timeout-minutes: 5