Skip to content

Commit

Permalink
ci: don't install unnecessary stuff (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc authored Oct 5, 2023
1 parent 219733b commit 422a730
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
reports:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand All @@ -35,10 +35,6 @@ jobs:
repository: ${{ env.NEOVIM_REPO }}
path: 'neovim'

- uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Set $NEOVIM_COMMIT
run: |
cd "$NEOVIM_DIR"
Expand All @@ -52,7 +48,7 @@ jobs:
- name: Install apt packages
run: |
sudo apt-get update
sudo apt-get install -y autoconf automake build-essential cmake gcc-multilib gettext libtool-bin locales ninja-build pkg-config clang-tools
sudo apt-get install -y build-essential cmake gcc-multilib gettext ninja-build clang-tools
- name: Update clang report
env:
Expand Down

0 comments on commit 422a730

Please sign in to comment.