Skip to content

Commit e78820c

Browse files
GitHub CI: clarify C library install step.
1 parent 08db801 commit e78820c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # v1.6.0
2626
with:
2727
sdk: 3.2.3
28-
- name: Install ObjectBox C-API
28+
- name: Install ObjectBox C library
2929
run: ./install.sh
3030
- name: Integration test
3131
run: ./generator/test.sh
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
../tool/pub.sh get
6868
../tool/pub.sh run test
69-
- name: Install ObjectBox C-API
69+
- name: Install ObjectBox C library
7070
working-directory: objectbox_test
7171
run: ../install.sh
7272
- name: Library Test

0 commit comments

Comments
 (0)