Skip to content

Commit

Permalink
Allow to link utils package during Main build of Camel tooling projects
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Feb 15, 2024
1 parent 6433387 commit b74aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:

runs-on: ${{ matrix.os }}
needs: [ init ]
working-directory: camel-lsp-client-vscode
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -102,6 +101,7 @@ jobs:
run: jbang trust add https://github.com/apache/

- name: Setup Node
working-directory: camel-lsp-client-vscode
uses: actions/setup-node@v4
with:
node-version: 18.15.x
Expand Down

0 comments on commit b74aaf9

Please sign in to comment.