mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix devcontainer cli installation
This commit is contained in:
parent
9eb9e29c87
commit
545b0e8b4f
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
- name: Install devcontainer cli
|
||||
run: npm install --global @devcontainer/cli
|
||||
run: npm install --global @devcontainers/cli
|
||||
- name: Ensure devcontainer builds
|
||||
run: devcontainer build --workspace-folder .
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user