Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong authored Jan 1, 2025
1 parent c278175 commit 809ebdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.2.2
# Setup for misc tests
- name: Install shellcheck and checkbashisms
- name: Install misc dependencies
if: matrix.script == 'misc'
run: |
sudo apt install -y shellcheck devscripts python3-pip \
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.2.2
# Setup for misc tests
- name: Install shellcheck and checkbashisms
- name: Install misc dependencies
if: matrix.script == 'misc'
run: |
sudo apt install -y shellcheck devscripts python3-pip \
Expand Down

0 comments on commit 809ebdc

Please sign in to comment.