Skip to content

Commit

Permalink
Fix yaml syntax error
Browse files Browse the repository at this point in the history
Just split the backward-compat test to a separate step.
  • Loading branch information
chreekat committed Aug 14, 2023
1 parent 80bc9eb commit 79b35a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
- name: "wasm-cross: Run nix develop - Boot and Configure"
run:
nix develop -Lv --fallback ghc.nix#wasm-cross -c bash -c "./boot && configure_ghc" &&
# Check backward compat synonym

- name: "wasm-cross: Check backward compat synonym"
run:
nix develop -Lv --fallback ghc.nix#wasi-cross -c true

- name: "js-cross: Run nix develop - Boot and Configure"
Expand Down

0 comments on commit 79b35a7

Please sign in to comment.