mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Improve order for more efficient installs
This commit is contained in:
parent
d70e786b66
commit
afab317594
6
.github/workflows/build-deploy-docs.yml
vendored
6
.github/workflows/build-deploy-docs.yml
vendored
@ -14,15 +14,15 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: just stable-toolchain
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: just stable-toolchain
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Install mdbook
|
||||
uses: ./.github/actions/cargo-install
|
||||
|
||||
10
.github/workflows/demo-linux.yml
vendored
10
.github/workflows/demo-linux.yml
vendored
@ -9,17 +9,17 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-unknown-linux-gnu
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-unknown-linux-gnu
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
|
||||
10
.github/workflows/demo-windows.yml
vendored
10
.github/workflows/demo-windows.yml
vendored
@ -9,17 +9,17 @@ jobs:
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-pc-windows-msvc
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-pc-windows-msvc
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: ilammy/msvc-dev-cmd@v1 # Provide access to lib.exe
|
||||
- name: Build
|
||||
|
||||
10
.github/workflows/library-apple.yml
vendored
10
.github/workflows/library-apple.yml
vendored
@ -10,17 +10,17 @@ jobs:
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-apple-darwin aarch64-apple-darwin x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-apple-darwin aarch64-apple-darwin x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
shell: bash
|
||||
|
||||
10
.github/workflows/run-benchmarks.yml
vendored
10
.github/workflows/run-benchmarks.yml
vendored
@ -9,17 +9,17 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-unknown-linux-gnu
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-unknown-linux-gnu
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Install GPU Drivers
|
||||
uses: ./.github/actions/install-driver
|
||||
|
||||
6
.github/workflows/run-checks.yml
vendored
6
.github/workflows/run-checks.yml
vendored
@ -9,15 +9,15 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: just stable-toolchain
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: just stable-toolchain
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Format
|
||||
shell: bash
|
||||
|
||||
10
.github/workflows/run-tests.yml
vendored
10
.github/workflows/run-tests.yml
vendored
@ -9,17 +9,17 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-unknown-linux-gnu
|
||||
- name: Setup binstall
|
||||
uses: ./.github/actions/setup-binstall
|
||||
- name: Install just
|
||||
uses: ./.github/actions/cargo-install
|
||||
with:
|
||||
name: just
|
||||
- name: Install toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
just stable-toolchain
|
||||
just stable-targets x86_64-unknown-linux-gnu
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Install GPU Drivers
|
||||
uses: ./.github/actions/install-driver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user