Files
wasmtime/.github/actions/define-llvm-env/action.yml
Yury Delendik 7ce10191df Add lldb smoke test (#1241)
* add lldb runner

* don't build wasmtime

* use brew's lldb

* disable for macos

* set LLDB on linux

* re-org gh actions and cfg

* address feedback
2020-03-09 08:06:13 -05:00

7 lines
136 B
YAML

name: 'Set up a DWARFDUMP env'
description: 'Set up a DWARFDUMP env (see tests/debug/dump.rs)'
runs:
using: node12
main: 'main.js'