Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyTally committed Dec 28, 2023
1 parent d9c429a commit 311ad8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/android.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
submodules: true

- name: Install dependencies
run: brew install ninja sdl2
run: |
brew install ninja sdl2
printf "/usr/local/opt/util-linux" | pecl install uuid
- name: CMake configure (default version)
run: |
Expand Down Expand Up @@ -62,7 +64,7 @@ jobs:
submodules: true

- name: Install dependencies
run: yum -y install uuid-devel
run: yum -y install libuuid libuuid-devel

- name: CMake configure (default version)
run: |
Expand Down

0 comments on commit 311ad8e

Please sign in to comment.