Files
wasmtime/.github/workflows
Alex Crichton bd0b818900 Default to using bash on Github Actions (#1591)
This updates our github actions configuration with a new feature
released which allows configuring the default shell for the entire
worflow. Here we set that to `bash` since we frequently do that anyway
and it helps keep syntax consistent throughout the configuration file.
2020-05-15 15:08:29 -05:00
..