From 665df2a8c82ce8ad9e798ea9afd3519f0e92820c Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 16:26:47 +0330 Subject: [PATCH] add step to initialize vendors --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6c40f5..39a98c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Initialize vendors + run: | + PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''scripts\build.ps1'' -verbose'" - name: Testing Clink Shell run: | cmd /c vendor\init.bat /v /d /t