Skip to content

Commit 0d111af

Browse files
committed
Fix typo in Ubuntu 22 CI setup script
1 parent 71353a5 commit 0d111af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v4
6666

6767
- name: setup system
68-
run: cd $GITHUB_WORKSPACE && ./scripts/ci_setup_ubuntu22.sh
68+
run: cd $GITHUB_WORKSPACE && ./scripts/setup_ubuntu22_ci.sh
6969

7070
- name: run build script
7171
run: cd $GITHUB_WORKSPACE && ./scripts/ci_build_ubuntu22.sh
File renamed without changes.

0 commit comments

Comments
 (0)