mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
ci: 🎡 install toolchain
This commit is contained in:
parent
31dffd043b
commit
9053bbaab7
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -15,6 +15,17 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: Install toolchain
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
default: true
|
||||||
|
|
||||||
|
- name: Run checks
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: check
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -28,8 +39,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build assets
|
- name: Build assets
|
||||||
run: |
|
run: |
|
||||||
cargo install clog-cli
|
|
||||||
clog --setversion ${{ github.ref }}
|
|
||||||
cd ./target/release
|
cd ./target/release
|
||||||
zip martin-${{ matrix.os }}-${{ github.ref }}.zip martin
|
zip martin-${{ matrix.os }}-${{ github.ref }}.zip martin
|
||||||
shasum -a 256 martin-${{ matrix.os }}-${{ github.ref }}.zip
|
shasum -a 256 martin-${{ matrix.os }}-${{ github.ref }}.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user