1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Update cli_test.yml

This commit is contained in:
Anton Titovets 2024-03-20 21:15:04 +03:00 committed by GitHub
parent be12aea914
commit 0292220816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,17 @@ jobs:
- uses: otymko/setup-onescript@v1.4
with:
version: 1.9.0
- name: Установить cmdline и asserts
run: |
opm install cmdline
opm install asserts
- name: Собрать и установить OInt
run: |
cd ./OInt
opm build
opm install oint-1.5.0.ospx
- name: Собрать бинарник
run: |