diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
