Skip to content

Commit

Permalink
chore: remove acj stuff for fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 committed Nov 16, 2024
1 parent ee256a2 commit 0dde666
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/a339x-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'package.json'
- 'package-lock.json'
- 'flybywire'
- 'Cargo-A339X.toml'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/a339x-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'package.json'
- 'package-lock.json'
- 'flybywire'
- 'Cargo-A339X.toml'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/a339x-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'a339x-igniter.config.mjs'
- 'package.json'
- 'package-lock.json'
- 'Cargo-A339X.toml'

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions Cargo-A339X.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ members = [
"build-a339x/src/wasm/systems/a320_systems",
"build-a339x/src/wasm/systems/a320_systems_wasm",
"build-a339x/src/wasm/systems/a320_hydraulic_simulation_graphs",
"build-a339x-acj/src/wasm/systems/a320_systems",
"build-a339x-acj/src/wasm/systems/a320_systems_wasm",
"build-a339x-acj/src/wasm/systems/a320_hydraulic_simulation_graphs",
"build-common/src/wasm/systems/systems",
"build-common/src/wasm/systems/systems_wasm",
]
Expand Down

0 comments on commit 0dde666

Please sign in to comment.