mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
chore(deps): update ilammy/setup-nasm action to v1.5.1
This commit is contained in:
parent
37d32493dd
commit
000a14e738
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- uses: rui314/setup-mold@v1
|
- uses: rui314/setup-mold@v1
|
||||||
- name: Set up NASM
|
- name: Set up NASM
|
||||||
uses: ilammy/setup-nasm@v1.4.0
|
uses: ilammy/setup-nasm@v1.5.1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
|
run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
- run: mv target/x86_64-unknown-linux-gnu/release/piped-proxy piped-proxy
|
- run: mv target/x86_64-unknown-linux-gnu/release/piped-proxy piped-proxy
|
||||||
|
|
Loading…
Reference in a new issue