Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #73

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #73

Workflow file for this run

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