ci: add ARM64 runners to test matrixFeature/add arm testing (#14) ci: add ARM64 runners to test matrix trigger ci trigger ci trigger ci
ci: add ARM64 runners to test matrixFeature/add arm testing (#14)
ci: add ARM64 runners to test matrix
trigger ci
This GitHub Action installs a precompiled dotslash binary from https://github.com/facebook/dotslash/releases.
dotslash
name: test suite on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: facebook/install-dotslash@latest - run: ./some_dotslash_file
install-dotslash is MIT licensed, as found in the LICENSE file.
install-dotslash
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
GitHub Action to install DotSlash
This GitHub Action installs a precompiled
dotslashbinary from https://github.com/facebook/dotslash/releases.License
install-dotslashis MIT licensed, as found in the LICENSE file.