Skip to content

Commit 422a730

Browse files
authored
ci: don't install unnecessary stuff (#41)
1 parent 219733b commit 422a730

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/reports.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
reports:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
permissions:
2323
contents: write
2424
steps:
@@ -35,10 +35,6 @@ jobs:
3535
repository: ${{ env.NEOVIM_REPO }}
3636
path: 'neovim'
3737

38-
- uses: actions/setup-python@v4
39-
with:
40-
python-version: '3.x'
41-
4238
- name: Set $NEOVIM_COMMIT
4339
run: |
4440
cd "$NEOVIM_DIR"
@@ -52,7 +48,7 @@ jobs:
5248
- name: Install apt packages
5349
run: |
5450
sudo apt-get update
55-
sudo apt-get install -y autoconf automake build-essential cmake gcc-multilib gettext libtool-bin locales ninja-build pkg-config clang-tools
51+
sudo apt-get install -y build-essential cmake gcc-multilib gettext ninja-build clang-tools
5652
5753
- name: Update clang report
5854
env:

0 commit comments

Comments
 (0)