mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-08-14 11:17:59 +00:00
Merge 9a4be0346c
into 5d745ab8fd
This commit is contained in:
commit
acb0ba8f82
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Setup rust
|
- name: Setup rust
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install nightly --profile minimal --component rustfmt --no-self-update
|
rustup toolchain install nightly --profile minimal --component rustfmt --no-self-update
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
run2: -D warnings
|
run2: -D warnings
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Setup rust
|
- name: Setup rust
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install ${{ matrix.rust }} --profile minimal --no-self-update
|
rustup toolchain install ${{ matrix.rust }} --profile minimal --no-self-update
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
# env:
|
# env:
|
||||||
# RUSTFLAGS: -C target-feature=+crt-static
|
# RUSTFLAGS: -C target-feature=+crt-static
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: Setup rust
|
- name: Setup rust
|
||||||
run: |
|
run: |
|
||||||
rustup toolchain install stable --target ${{ matrix.target.target }} --profile minimal --no-self-update
|
rustup toolchain install stable --target ${{ matrix.target.target }} --profile minimal --no-self-update
|
||||||
|
|
Loading…
Reference in a new issue