Skip to content

Commit

Permalink
fix: Attempted repair of reactor builds (see #234 CI)
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Stevenson <[email protected]>
  • Loading branch information
martijneken committed Jun 6, 2024
1 parent 04ed8ec commit 2426f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:

pull_request:
branches:
- master
- main

push:
branches:
- master
- main

schedule:
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
fn main() {
println!("cargo:rerun-if-changed=build.rs");
println!("cargo:rerun-if-env-changed=RUSTFLAGS");
println!("cargo:rustc-check-cfg=cfg(wasi_exec_model_reactor)");

if let Some(target_os) = std::env::var_os("CARGO_CFG_TARGET_OS") {
if target_os != "wasi" {
Expand Down

0 comments on commit 2426f2b

Please sign in to comment.