aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2023-07-19 13:37:46 +0200
committerJ08nY2023-07-19 13:37:46 +0200
commita4555f098dcb3efef23799100b2b255857357ea5 (patch)
tree0a7ad7839a03ec91f6aa096b188fabf249edb791
parentf6a54726d86dd84b93408747310170f1ac5b4d16 (diff)
downloadpyecsca-codegen-a4555f098dcb3efef23799100b2b255857357ea5.tar.gz
pyecsca-codegen-a4555f098dcb3efef23799100b2b255857357ea5.tar.zst
pyecsca-codegen-a4555f098dcb3efef23799100b2b255857357ea5.zip
Add cross-compilation to CI packages.
-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 82ccd60..f617921 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
env:
LLVM_CONFIG: /usr/bin/llvm-config-10
- OTHER_PACKAGES: swig gcc libpcsclite-dev llvm-10 libllvm10 llvm-10-dev
+ OTHER_PACKAGES: swig gcc libpcsclite-dev llvm-10 libllvm10 llvm-10-dev gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi libnewlib-nano-arm-none-eabi
jobs:
test: