Skip to content

Commit 0668c47

Browse files
authored
Merge pull request #23 from uttarayan21/switch-cmake-upstream
feat: Replace cmake with upstream version and update all crates and nixpkgs
2 parents 8934114 + e0985e0 commit 0668c47

File tree

10 files changed

+378
-298
lines changed

10 files changed

+378
-298
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
use flake
2+
dotenv

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: nix build .#checks.x86_64-linux.mnn-llvm-cov
6363

6464
- name: Upload coverage reports to Codecov
65-
uses: codecov/codecov-action@v4.0.1
65+
uses: codecov/codecov-action@v5.4.3
6666
with:
6767
flags: unittests
6868
name: codecov-mnn

0 commit comments

Comments
 (0)