1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-11-30 08:36:50 +02:00

fix gh action

This commit is contained in:
Koryakin Aleksey 2024-05-17 15:11:06 +03:00 committed by GitHub
parent 4a90e2e730
commit 90ceabda8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- name: install EDT
uses: IT-Medved/onec-setup-build-env-action@develop
uses: alkoleft/onec-setup-build-env-action@develop
with:
type: edt
edt_version: ${{ inputs.edt_version }}

View File

@ -51,7 +51,7 @@ jobs:
mkdir reports -p
- name: install platform
uses: IT-Medved/onec-setup-build-env-action@develop
uses: alkoleft/onec-setup-build-env-action@develop
with:
type: onec
onec_version: ${{ inputs.v8_version }}