File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
18
18
os : ubuntu-22.04
19
19
target : x86_64-unknown-linux-gnu
20
20
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
+
You can’t perform that action at this time.
0 commit comments