Ver código fonte

added c++ package

Rodja Trappe 2 anos atrás
pai
commit
509db95f60
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -22,7 +22,7 @@ jobs:
             arm32v7/python:3.9-slim-buster \
             /bin/bash -c "\
               apt-get update && \
-              apt-get install -y gfortran libopenblas-dev && \
+              apt-get install -y gfortran libopenblas-dev g++ && \
               cd /app && \
               python -m pip install --no-cache-dir . && \
               python main.py"