Skip to content

Commit

Permalink
fix: now compiles with voice disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Nov 27, 2024
1 parent f2d5cfd commit 70c0ba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
matrix:
cfg:
- { arch: 'arm64', concurrency: 3, os: macos-15, cpp: clang++, version: 16, cmake-flags: '', xcode-version: '16.0.0' }
- { arch: 'arm64', concurrency: 3, os: macos-15, cpp: clang++, version: 15, cmake-flags: '', xcode-version: '15.3' }
- { arch: 'arm64', concurrency: 3, os: macos-15, cpp: clang++, version: 14, cmake-flags: '', xcode-version: '14.3.1' }
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 15, cmake-flags: '', xcode-version: '15.3' }
- { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 14, cmake-flags: '', xcode-version: '14.3.1' }
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down
3 changes: 3 additions & 0 deletions src/dpp/voice/stub/stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ namespace dpp {
void discord_voice_client::setup() {
}

void on_disconnect() {
}

}

0 comments on commit 70c0ba3

Please sign in to comment.