diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-09-21 00:34:55 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-09-21 00:34:55 +0200 |
| commit | d009425a92f4bf7e60ebcbf614532e23cdda914d (patch) | |
| tree | c80b3dcd2cd9e28a675e81005268ec27a45c6d8a /.github | |
| parent | 610fcb35b4e1b49a22c47a43a137e656ece4d814 (diff) | |
barch still not working for some strange reason.
Diffstat (limited to '.github')
| -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 e5e23ac..fadb4cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,9 @@ jobs: cd Odin make release - name: Build ols - run: ./build.sh CI + run: | + dir + ./build.sh CI build_macOS: runs-on: macos-latest timeout-minutes: 15 |