From 000a14e73833b0b1d2da0ae1ca5ad6c5ec7350b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:43:21 +0000 Subject: [PATCH] chore(deps): update ilammy/setup-nasm action to v1.5.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 826a5fb..a3306b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - uses: rui314/setup-mold@v1 - name: Set up NASM - uses: ilammy/setup-nasm@v1.4.0 + uses: ilammy/setup-nasm@v1.5.1 - name: Build 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