Skip to content

Commit

Permalink
add to all jobs
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Dec 18, 2024
1 parent 4a63fea commit deb7371
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]

- name: Setup sccache
uses: mozilla-actions/[email protected]

- name: Install cargo-sort
run: make install-cargo-sort

Expand Down Expand Up @@ -80,6 +83,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup sccache
uses: mozilla-actions/[email protected]

- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
with:
Expand All @@ -98,6 +104,10 @@ jobs:
- windows-latest
steps:
- uses: actions/checkout@v4

- name: Setup sccache
uses: mozilla-actions/[email protected]

- name: Build
run: cargo build -p iceberg --no-default-features

Expand Down

0 comments on commit deb7371

Please sign in to comment.