Skip to content

Commit

Permalink
Try something else to get the CI green
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 4, 2023
1 parent 3d3d6bb commit 3c615f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
override: true
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
- run: cargo check --features wgpu --target aarch64-linux-android
- run: cargo check --features wgpu --target aarch64-linux-android -p eframe
working-directory: crates/eframe

windows:
Expand All @@ -173,4 +173,3 @@ jobs:
with:
command: check
args: --all-targets --all-features

1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,3 @@ smithay-clipboard = { version = "0.6.3", optional = true }

[target.'cfg(not(target_os = "android"))'.dependencies]
arboard = { version = "3.2", optional = true, default-features = false }

[target.'cfg(target_os = "android")'.dependencies]
android-activity = { version = "0.4", features = ["native-activity"] }

0 comments on commit 3c615f4

Please sign in to comment.