We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219733b commit 422a730Copy full SHA for 422a730
.github/workflows/reports.yaml
@@ -18,7 +18,7 @@ env:
18
19
jobs:
20
reports:
21
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
22
permissions:
23
contents: write
24
steps:
@@ -35,10 +35,6 @@ jobs:
35
repository: ${{ env.NEOVIM_REPO }}
36
path: 'neovim'
37
38
- - uses: actions/setup-python@v4
39
- with:
40
- python-version: '3.x'
41
-
42
- name: Set $NEOVIM_COMMIT
43
run: |
44
cd "$NEOVIM_DIR"
@@ -52,7 +48,7 @@ jobs:
52
48
- name: Install apt packages
53
49
54
50
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
56
57
- name: Update clang report
58
env:
0 commit comments