PurpleI2P / i2pd-qt

i2pd with Qt based GUI
BSD 3-Clause "New" or "Revised" License
56 stars 10 forks source link

gha: add ubuntu 20.04, `s/-j3/-j$(nproc)` #51

Closed nonlin-lin-chaos-order-etc-etal closed 2 years ago

r4sas commented 2 years ago

Это не так делается, а через матрицу

nonlin-lin-chaos-order-etc-etal commented 2 years ago

Это не так делается, а через матрицу

@r4sas а массив тут что означает? в доке написано, что бывает массив строк

nonlin-lin-chaos-order-etc-etal commented 2 years ago

You can provide runs-on as a single string or as an array of strings.

https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on

nonlin-lin-chaos-order-etc-etal commented 2 years ago

вижу, другой там смысл

r4sas commented 2 years ago

https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os

r4sas commented 2 years ago

Через матрицу тем более быстрее будет, ибо несколько заданий одновременно будет выполняться.