Browse Source

cxx-dataflow2 -> cxx-arrow-dataflow

tags/v0.3.11-rc1
Enzo Le Van GitHub 10 months ago
parent
commit
164b3df49f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -146,7 +146,7 @@ jobs:
fi
- name: "C++ Dataflow2 example"
timeout-minutes: 15
run: cargo run --example cxx-dataflow2
run: cargo run --example cxx-arrow-dataflow
- name: "Cmake example"
if: runner.os == 'Linux'
timeout-minutes: 30


Loading…
Cancel
Save