Skip to content

Commit

Permalink
Merge pull request #42 from FppEpitech/40-fix-compilation-check-gui
Browse files Browse the repository at this point in the history
fix: check gui compilation add raylib to CI
  • Loading branch information
mathieurobert1 authored Jun 4, 2024
2 parents 3a61587 + 8daae36 commit d804752
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: install_raylib
run: |
sudo dnf install raylib-devel -y
- name: check_presence_of_pushed_executables
run: |
if [ -z "$EXECUTABLES" ]; then
Expand Down

0 comments on commit d804752

Please sign in to comment.