diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-23 14:52:23 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-23 14:52:23 -0700 |
commit | 6ad783f441ffc2f822c494608bc6587a0152c04a (patch) | |
tree | cb07081f0510e63a10377230b4c1ea8dc1a28668 /.github | |
parent | 0c563fc28fefa0cd7181fd78c579c3a86faaa4f9 (diff) | |
download | sncontinue-6ad783f441ffc2f822c494608bc6587a0152c04a.tar.gz sncontinue-6ad783f441ffc2f822c494608bc6587a0152c04a.tar.bz2 sncontinue-6ad783f441ffc2f822c494608bc6587a0152c04a.zip |
use apple-silicon binary
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bbb85f9a..678eb8ae 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -160,12 +160,6 @@ jobs: path: /home/runner/.continue/continue.log if: always() - - name: Try to run linux binary - run: | - cd extension/server/exe - ./run - if: always() && matrix.os == 'ubuntu-20.04' - publish: needs: test-and-package runs-on: ubuntu-20.04 |