Skip to content

Commit

Permalink
💚 Temporarily run a default build to populate zig cache
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Apr 6, 2024
1 parent b9ff2f2 commit b8666b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- name: Workaround for https://github.com/ziglang/zig/issues/19561
run: npm run build --workspace cli || true
- run: npm run build:ci --workspace cli
- name: Get current package version
id: current_version
Expand Down

0 comments on commit b8666b1

Please sign in to comment.