Skip to content

Commit

Permalink
More CI fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Feb 23, 2024
1 parent d748e69 commit f67b303
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/arm-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
runs-on: macos-13

steps:
- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'

- name: Get latest CMake
uses: lukka/get-cmake@latest

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
sudo apt-get update
sudo apt install libasound2-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libfreetype6-dev libglu1-mesa-dev libjack-jackd2-dev
- name: Set Xcode version
if: runner.os == 'MacOS'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'

- name: Get latest CMake
uses: lukka/get-cmake@latest

Expand Down
1 change: 1 addition & 0 deletions src/processors/other/krusher/krusher_fallback_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <array>
#include <cmath>
#include <cstdint>
#include <span>

struct Krusher_Lofi_Resample_State
Expand Down

0 comments on commit f67b303

Please sign in to comment.