Skip to content

Commit

Permalink
Fix typo in ci.yml (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Nov 25, 2023
1 parent e39b1ab commit 2c2bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Check out code.
uses: actions/checkout@v3
- name: Linux Install
if: matrix.platform == 'ubuntu-22.04'
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get install -y bsdmainutils
- name: Script
Expand Down

0 comments on commit 2c2bd07

Please sign in to comment.