Skip to content

Commit cf6792e

Browse files
authored
Update main.yml
1 parent 39775dc commit cf6792e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Setup Onescript Action
15-
uses: otymko/setup-onescript@v1.0
16-
with:
17-
version: 1.4.0
14+
- name: Setup Onescript
15+
run: ovm use --install dev
1816

1917
# Runs a single command using the runners shell
2018
- name: Install dependencies

0 commit comments

Comments
 (0)