diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-09-21 00:37:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 00:37:21 +0200 |
| commit | da5d7add9237392d50a4af476b652f5343527750 (patch) | |
| tree | 5a308fc3c6ab0f17810eb9e70f797e1ee3c9c138 /.github/workflows | |
| parent | d009425a92f4bf7e60ebcbf614532e23cdda914d (diff) | |
Update ci.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fadb4cf..0be4bbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,9 @@ jobs: ./build.bat 1 - name: Build ols shell: cmd - run: ./build.bat CI + run: | + dir + ./build.bat CI build_linux: runs-on: ubuntu-latest timeout-minutes: 15 |