Skip to content

Commit

Permalink
add rust-cache support (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray authored Feb 6, 2025
1 parent b196f09 commit fad9dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: Swatinem/rust-cache@v2
- name: build
run: eng/ci.sh
- name: Run tests
Expand All @@ -40,6 +41,7 @@ jobs:
runs-on: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v4.2.2
- uses: Swatinem/rust-cache@v2
- name: build
run: eng/ci.sh
- name: Run tests
Expand All @@ -61,6 +63,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4.2.2
- uses: Swatinem/rust-cache@v2
- name: build avml-convert
run: cargo build --release --bin avml-convert --locked
- name: build avml-upload
Expand Down

0 comments on commit fad9dcc

Please sign in to comment.