From 34d84ad5ba82c0f3cdd7e320e25198e45f988259 Mon Sep 17 00:00:00 2001 From: Steve Dodd Date: Fri, 29 Sep 2023 10:59:27 +0100 Subject: [PATCH] Oh FFS --- .github/workflows/build-as.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-as.yaml b/.github/workflows/build-as.yaml index a09b263..59a35dc 100644 --- a/.github/workflows/build-as.yaml +++ b/.github/workflows/build-as.yaml @@ -34,7 +34,7 @@ jobs: # https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | \ # bash - name: install cross - run: cargo install -y cross + run: cargo install cross - name: checkout audioserve source uses: actions/checkout@v3 with: