mirror of
https://github.com/clangd/clangd.git
synced 2025-04-20 23:53:02 +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:
|
||||
- name: Clone scripts
|
||||
uses: actions/checkout@v2
|
||||
- name: Install NPM dependencies
|
||||
run: npm install --prefix .github/actions/pick
|
||||
- name: Pick last successful commit
|
||||
id: pick
|
||||
uses: ./.github/actions/pick
|
||||
|
Loading…
Reference in New Issue
Block a user