mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-17 14:33:55 +02:00
fix: remove manual specification of sccache version from github actions
This commit is contained in:
parent
dcea125ce7
commit
5028d7153b
.github/workflows
4
.github/workflows/clippy.yml
vendored
4
.github/workflows/clippy.yml
vendored
|
@ -20,8 +20,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update && \
|
||||
|
@ -42,7 +40,5 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
- name: "Run cargo fmt"
|
||||
run: cargo fmt --check
|
||||
|
|
2
.github/workflows/kanidm_individual_book.yml
vendored
2
.github/workflows/kanidm_individual_book.yml
vendored
|
@ -25,8 +25,6 @@ jobs:
|
|||
ref: ${{ inputs.tag }}
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
|
9
.github/workflows/rust_build.yml
vendored
9
.github/workflows/rust_build.yml
vendored
|
@ -28,9 +28,6 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update && \
|
||||
|
@ -76,9 +73,6 @@ jobs:
|
|||
toolchain: ${{ matrix.rust_version }}
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update && \
|
||||
|
@ -119,9 +113,6 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update && \
|
||||
|
|
2
.github/workflows/windows_build.yml
vendored
2
.github/workflows/windows_build.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Setup sccache
|
||||
uses: mozilla-actions/sccache-action@v0.0.8
|
||||
with:
|
||||
version: "v0.4.2"
|
||||
- run: cargo build --locked -p kanidm_client -p kanidm_tools --bin kanidm
|
||||
# yamllint disable-line rule:line-length
|
||||
- run: cargo test -p kanidm_client -p kanidm_tools
|
||||
|
|
Loading…
Reference in a new issue