mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Install modules using npm rather than building dist/index.js... really
This commit is contained in:
parent
09c4fcbc32
commit
bcbf31a168
2
.github/workflows/periodic.yaml
vendored
2
.github/workflows/periodic.yaml
vendored
@ -23,6 +23,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone scripts
|
- name: Clone scripts
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Install NPM dependencies
|
||||||
|
run: npm install --prefix .github/actions/pick
|
||||||
- name: Pick last successful commit
|
- name: Pick last successful commit
|
||||||
id: pick
|
id: pick
|
||||||
uses: ./.github/actions/pick
|
uses: ./.github/actions/pick
|
||||||
|
Loading…
Reference in New Issue
Block a user