File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ jobs:
61
61
with :
62
62
workspaces : " ./bevy_ios_iap_egui"
63
63
64
- - name : Check iOS Sim
65
- run : |
66
- cd bevy_ios_iap_egui
67
- cargo c --target=aarch64-apple-ios-sim
68
- cargo b --target=aarch64-apple-ios-sim
69
- cargo clippy --target=aarch64-apple-ios-sim
64
+ # TODO: enable once https://github.com/rust-lang/rust-bindgen/issues/3181 is released
65
+ # - name: Check iOS Sim
66
+ # run: |
67
+ # cd bevy_ios_iap_egui
68
+ # cargo c --target=aarch64-apple-ios-sim
69
+ # cargo b --target=aarch64-apple-ios-sim
70
+ # cargo clippy --target=aarch64-apple-ios-sim
70
71
71
72
- name : Check iOS
72
73
run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.2.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- bevy_ios_iap = " 0.7.0 "
7
+ bevy_ios_iap = { path = " ../bevy_ios_iap " }
8
8
bevy = { version = " 0.16" , default-features = false }
9
9
bevy_egui = { version = " 0.34" , default-features = false }
10
10
egui_extras = { version = " 0.31" }
Original file line number Diff line number Diff line change
1
+ check :
2
+ cargo c
3
+ cargo c --target=aarch64 -apple-ios
4
+ cargo clippy
5
+ cargo fmt -- --check
Original file line number Diff line number Diff line change 1
1
check :
2
2
cd ./ bevy_ios_iap/ && just check
3
+ cd ./ bevy_ios_iap_egui/ && just check
3
4
4
5
build-rust-release :
5
6
./ bevy_ios_iap/ build-rust-release.sh
You can’t perform that action at this time.
0 commit comments