diff options
| author | Anthony Green <green@moxielogic.com> | 2021-07-05 11:51:18 -0400 |
|---|---|---|
| committer | Anthony Green <green@moxielogic.com> | 2021-07-05 11:51:18 -0400 |
| commit | 01c42fe8850256745ab5c01bde19b19f04868263 (patch) | |
| tree | 3fcf7268fb4536fed516bc82d30730ef7ba41328 | |
| parent | 9f93b062650cc9ea8fd79247e2ab2b69dd254e14 (diff) | |
| download | libffi-github-actions.tar.gz | |
Set sh4 cpugithub-actions
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77d3842..ec19fe0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: - HOST: "sh4-linux-gnu" CONFIGURE_OPTIONS: "--disable-shared" QEMU_LD_PREFIX: "/usr/sh4-linux-gnu" + QEMU_CPU: 'sh7785' - HOST: "alpha-linux-gnu" CONFIGURE_OPTIONS: "--disable-shared" QEMU_LD_PREFIX: "/usr/alpha-linux-gnu" |
