Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
jobs: | |
build_simppru_job: | |
runs-on: ubuntu-latest | |
name: This will test simppru on arm32 machine | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: preconfig | |
run: sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes | |
- name: test inside docker arm32 | |
uses: ./.github/action_test_arm32 | |
- name: postconfig | |
run: ls build -l |