Skip to content

Commit 4643961

Browse files
committed
fix: renamed files
1 parent 396d9a7 commit 4643961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,6 @@ jobs:
10181018
sudo apt-get update && sudo apt-get install -y cmake
10191019
- name: Run Examples Verification Script
10201020
run: |
1021-
chmod +x ci/do_ci_verify_examples.sh
1022-
./ci/do_ci_verify_examples.sh
1021+
chmod +x ci/verify_examples.sh
1022+
./ci/verify_examples.sh
10231023

0 commit comments

Comments
 (0)