diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-26 17:11:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 17:11:52 -0400 |
| commit | 5e60ece459fd472de4ab6b25e06f6bde8724cc49 (patch) | |
| tree | 2c09c1ee966bd8251bc84bd08ef82a5ccfabbde0 /.github | |
| parent | 3ca81dd758d4540b20d26462f2d121b6e2def319 (diff) | |
we're building 2ship not soh (#489)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 395551144..e2d956e42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -295,7 +295,7 @@ jobs: # with: # name: 2ship.zip # path: build-cmake/mm - - name: Build SoH + - name: Build 2Ship run: | export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_REMOTE_CONTROL=1 |
