Skip to content

Commit

Permalink
feat: add workflow to build binary
Browse files Browse the repository at this point in the history
  • Loading branch information
MedHeikelBouzayene committed Nov 1, 2024
1 parent f75c36e commit 1a5327d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-tailcall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: MedHeikeBouzayene/tailcall
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries

test:
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: MedHeikeBouzayene/tailcall
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries

- uses: taiki-e/install-action@cargo-llvm-cov
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: MedHeikeBouzayene/tailcall
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries

- name: Set up Rust
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Checkout Current Branch (Fast)
uses: actions/checkout@v4
with:
repository: MedHeikeBouzayene/tailcall
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries

- id: create_release
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Checkout Current Branch (Fast)
uses: actions/checkout@v4
with:
repository: MedHeikeBouzayene/tailcall
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries

- name: Install Correct Toolchain
Expand Down

0 comments on commit 1a5327d

Please sign in to comment.