mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +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:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- name: Install devcontainer cli
|
- name: Install devcontainer cli
|
||||||
run: npm install --global @devcontainer/cli
|
run: npm install --global @devcontainers/cli
|
||||||
- name: Ensure devcontainer builds
|
- name: Ensure devcontainer builds
|
||||||
run: devcontainer build --workspace-folder .
|
run: devcontainer build --workspace-folder .
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user