Skip to content

vm_introspect: fix build breaker and warning #118

vm_introspect: fix build breaker and warning

vm_introspect: fix build breaker and warning #118

Workflow file for this run

# Copyright 2021, Proofcraft Pty Ltd
#
# SPDX-License-Identifier: BSD-2-Clause
# Actions to run on pull requests
name: Camkes VM
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
march: [nehalem, armv7a, armv8a]
steps:
- uses: Hensoldt-Cyber/ci-actions/camkes-vm@patch-axel-8
with:
march: ${{ matrix.march }}