Skip to content

Update serialization helper to properly store tagged regs #172

Update serialization helper to properly store tagged regs

Update serialization helper to properly store tagged regs #172

Workflow file for this run

name: Building and testing on push
on: [push]
jobs:
build:
name: Build
runs-on: Linux
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
submodules: recursive
- uses: ./.github/actions/gem5-dev/
with:
script-path: '.github/scripts/build-test.sh'