mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-05 03:43:12 +00:00
entirely remove cbinding workflow
This commit is contained in:
parent
7b3eb027e2
commit
297a9a1faa
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -85,18 +85,3 @@ jobs:
|
||||
name: codecov-umbrella
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
verbose: true
|
||||
|
||||
cbinding:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Setup Nimbus Build System
|
||||
uses: ./.github/actions/nimbus-build-system
|
||||
with:
|
||||
os: linux
|
||||
nim_version: ${{ env.nim_version }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user