Skip to content

Commit

Permalink
Install pinned version of truffle to fix CI (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Jul 13, 2021
1 parent fb2765f commit 378f8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ make_wasm_sym_tests(){
}

install_truffle(){
npm install -g truffle
npm install -g truffle@5.3.13
}

run_truffle_tests(){
Expand Down

0 comments on commit 378f8e8

Please sign in to comment.