Skip to content

Commit

Permalink
possibly fix linux and macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Jan 21, 2025
1 parent 6950845 commit 9c5f526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
- os: ubuntu-latest
cmake-args: -G Ninja
cmake-init-env: CXXFLAGS=-Werror
cmake-init-env: CXXFLAGS=-Werror -DDISCORD=ON -DDISCORD_DYNAMIC=ON -DWEBSOCKETS=OFF -DPREFER_BUNDLED_LIBS=ON
package-file: "*-linux_x86_64.tar.xz"
fancy: true
- os: ubuntu-20.04
Expand All @@ -31,7 +31,7 @@ jobs:
fancy: false
- os: macOS-latest
cmake-args: -G Ninja
cmake-init-env: CXXFLAGS=-Werror
cmake-init-env: CXXFLAGS=-Werror -DDISCORD=ON -DWEBSOCKETS=OFF -DPREFER_BUNDLED_LIBS=ON
package-file: "*-macos.dmg"
fancy: false
- os: windows-latest
Expand Down

0 comments on commit 9c5f526

Please sign in to comment.