Skip to content

Cherrypick c7600d35: Re-issue rescheduled load #152

Cherrypick c7600d35: Re-issue rescheduled load

Cherrypick c7600d35: Re-issue rescheduled load #152

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'