Skip to content

Commit eb17f9c

Browse files
committed
fix indet
1 parent 7576e15 commit eb17f9c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci_server_and_web.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
os: ubuntu-22.04
1919
target: x86_64-unknown-linux-gnu
2020
runs-on: ${{ matrix.os }}
21-
steps:
22-
- uses: actions/checkout@v4
23-
- name: Install Rust toolchain
24-
uses: dtolnay/rust-toolchain@stable
25-
with:
26-
toolchain: stable
27-
targets: ${{ matrix.target }}
28-
- name: Cargo build
29-
run: cargo build --release ${{ matrix.target && '--target' }} ${{ matrix.target }}
30-
env:
31-
RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
32-
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.MACOSX_DEPLOYMENT_TARGET }}
33-
21+
steps:
22+
- uses: actions/checkout@v4
23+
- name: Install Rust toolchain
24+
uses: dtolnay/rust-toolchain@stable
25+
with:
26+
toolchain: stable
27+
targets: ${{ matrix.target }}
28+
- name: Cargo build
29+
run: cargo build --release ${{ matrix.target && '--target' }} ${{ matrix.target }}
30+
env:
31+
RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
32+
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.MACOSX_DEPLOYMENT_TARGET }}
33+

0 commit comments

Comments
 (0)