aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-09-21 00:34:55 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-09-21 00:34:55 +0200
commitd009425a92f4bf7e60ebcbf614532e23cdda914d (patch)
treec80b3dcd2cd9e28a675e81005268ec27a45c6d8a /.github/workflows
parent610fcb35b4e1b49a22c47a43a137e656ece4d814 (diff)
barch still not working for some strange reason.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
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