mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 16:36:22 -04:00
Fix typo in ci.yml (#1120)
This commit is contained in:
parent
e39b1ab6a6
commit
2c2bd07693
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue