Skip to content

Commit

Permalink
fix: add installation of the devcontainer cli in the publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 12, 2024
1 parent 48b4485 commit 966235a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
fail-fast: false
steps:

- name: Install devcontainer cli
run: npm install -g @devcontainers/cli

- name: Build devcontainer
run: |
echo "starting devcontainer build..."
Expand Down

0 comments on commit 966235a

Please sign in to comment.