mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-12-12 09:04:01 +02:00
fix
This commit is contained in:
parent
dd399234c6
commit
bf36f5f3ec
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -5,18 +5,22 @@ on:
|
||||
v8_version:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
edt_version:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
artifact_name:
|
||||
type: string
|
||||
required: true
|
||||
jobs:
|
||||
build-dev:
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3n
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: prepare
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user