mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
chore(ci): update cache (#1093)
This commit is contained in:
committed by
GitHub
parent
b863d49c97
commit
a364a282bc
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@@ -40,14 +40,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache cargo folder
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: ${{ matrix.platform.target }}-cargo-stable
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install Gtk (ubuntu only)
|
||||
if: matrix.platform.os == 'ubuntu-latest'
|
||||
run: |
|
||||
@@ -120,14 +116,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache cargo folder
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: ${{ matrix.platform.target }}-cargo-stable
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: cargo test --package tao-macros --examples
|
||||
|
||||
Reference in New Issue
Block a user