rust/library/stdarch/.github/workflows
Makoto Kato 1772dc0ebf Don't use && on GitHub Actions.
According to [*1], default shell of Windows is PowerShell. So `&&` isn't suppored on PowerShell yet.
So we should use multiline run syntax instead.

*1 https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps,
2019-12-11 12:25:42 +01:00
..
main.yml Don't use && on GitHub Actions. 2019-12-11 12:25:42 +01:00