aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorJ08nY2023-07-19 13:41:48 +0200
committerJ08nY2023-07-19 13:41:48 +0200
commitf55677d0f66a5003ed25d27afaa7db250c07e6fb (patch)
tree9181ddeb179b8d4d91c11dc8604739c4e3296bed /.github/workflows
parenta4555f098dcb3efef23799100b2b255857357ea5 (diff)
downloadpyecsca-codegen-f55677d0f66a5003ed25d27afaa7db250c07e6fb.tar.gz
pyecsca-codegen-f55677d0f66a5003ed25d27afaa7db250c07e6fb.tar.zst
pyecsca-codegen-f55677d0f66a5003ed25d27afaa7db250c07e6fb.zip
Build libtommath for ARM as well in CI.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f617921..597153d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
sudo apt-get install -y $OTHER_PACKAGES
- name: Build libtommath
run: |
- cd ext && make host && cd ..
+ cd ext && make host stm32f3 && cd ..
- name: Install dependencies
run: |
pip install -U pip setuptools wheel