Skip to content

Commit

Permalink
fix: build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xxrlzzz committed Jan 4, 2024
1 parent 85384e4 commit 6fb433a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- master
- main

jobs:
linux-binaries:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android_logger = { version = "0.11.0" }
jni = { version = "0.19.0", default-features = false }

[features]
default = ["use_sdl2"]
default = ["use_gl"]
use_gl = ["gl", "glfw"]
native-audio = ["portaudio"]
wasm = []
Expand Down

0 comments on commit 6fb433a

Please sign in to comment.