Merge pull request #580 from CryZe/fix-hotkey-editor

Fix Hotkeys not being set properly
This commit is contained in:
Christopher Serr
2021-07-24 12:55:16 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
git -C binaryen pull || git clone https://github.com/WebAssembly/binaryen binaryen
cd binaryen
cmake .
make wasm-opt
make -j wasm-opt
# FIXME: Use actions-rs/[email protected] again once it can handle wasm-bindgen
- name: Install wasm-bindgen