From 771eda277952cc639015d76f52afa94094e81c68 Mon Sep 17 00:00:00 2001 From: ApolloBot2 Date: Fri, 12 Jul 2024 10:37:12 -0500 Subject: [PATCH] fix binary path --- .github/workflows/tests-mac-x86.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests-mac-x86.yml b/.github/workflows/tests-mac-x86.yml index 03490a5e4..3867a665b 100644 --- a/.github/workflows/tests-mac-x86.yml +++ b/.github/workflows/tests-mac-x86.yml @@ -23,12 +23,6 @@ jobs: with: command: build args: --target x86_64-apple-darwin - # Build xtask - - uses: actions-rs/cargo@v1 - name: "Build xtask binary" - with: - command: build - args: --target x86_64-apple-darwin -p xtask - uses: actions/upload-artifact@v4 name: "Store built binaries to use later on" with: @@ -56,4 +50,4 @@ jobs: name: "Install volta" - name: Run supergraph compose on test graph run: | - ./target/x86_64-apple-darwin/debug/supergraph compose supergraph/tests/compose_test.yaml + ./supergraph compose supergraph/tests/compose_test.yaml