This commit is contained in:
David Sherret 2024-03-27 20:26:13 -04:00
parent 7d0f73c1e8
commit 677f1649e3

View File

@ -134,7 +134,7 @@ jobs:
- name: Set up Rust
if: success() && steps.source.outputs.modified == 'true'
uses: dsherret/rust-toolchain-file@v1
cwd: crypto/_wasm
working-directory: crypto/_wasm
- name: Rebuild Wasm and verify it hasn't changed
if: success() && steps.source.outputs.modified == 'true'