Skip to content

Commit

Permalink
fix: bun install after module update
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Apr 5, 2024
1 parent a890f2f commit 9dbc5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
with:
bun-version: ${{ matrix.bun-version }}
- run: rm -rf package-lock.json
- run: bun install
- run: git submodule init
- run: git submodule update
- run: bun install
- name: Workflow Telemetry
uses: runforesight/[email protected]
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 9dbc5c8

Please sign in to comment.